Status: Pass 247 Failure 2 Skip 62
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tearDownClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsTestOtherA) |
fail
ft1.1: tearDownClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7b880f5c0f80>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (ServerActionsTestOtherA:tearDownClass) Failed to delete volume e252c7ab-1767-476b-95a5-4adf0bf1a30f within the required time (196 s). Timer started at 1782406224. Timer ended at 1782406420. Waited for 196 s., <traceback object at 0x7b880f6d5a00>))
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
fail
ft2.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-25 18:42:30,673 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://192.168.122.159/compute/v2.1/servers/18e12a62-fb8a-445d-be6f-5133b9a10dd3 0.313s
2026-06-25 18:42:30,673 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3ae714c-9581-4f05-8713-8a7d1ea4e38e', 'x-compute-request-id': 'req-e3ae714c-9581-4f05-8713-8a7d1ea4e38e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/18e12a62-fb8a-445d-be6f-5133b9a10dd3'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:77:4e"}, {"version": 4, "addr": "172.24.4.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:77:4e"}]}, "created": "2026-06-25T16:41:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "18e12a62-fb8a-445d-be6f-5133b9a10dd3", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/18e12a62-fb8a-445d-be6f-5133b9a10dd3"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/18e12a62-fb8a-445d-be6f-5133b9a10dd3"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-327526186", "status": "ACTIVE", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2088632041", "OS-SRV-USG:launched_at": "2026-06-25T16:42:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1541023363"}], "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-25 18:42:31,330 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.159/volume/v3/volumes 0.639s
2026-06-25 18:42:31,331 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherA-volume-948092975"}}
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9753be1-1b6e-4d54-96d9-d274a4d8c5a8', 'content-length': '762', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9753be1-1b6e-4d54-96d9-d274a4d8c5a8', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.159/volume/v3/volumes'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.132804", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-25 18:42:31,460 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST http://192.168.122.159/identity/v3/auth/tokens 0.110s
2026-06-25 18:42:31,460 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2528', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f3998731-32e5-46ad-93c2-e8e62be04caf', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.159/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c020242bb8af4836abcf91d7bcf9ac5c", "name": "tempest-ServerActionsTestOtherA-702273045-project-member", "password_expires_at": null}, "audit_ids": ["_D-JE2f3TK2CYkQRMuVDAg"], "expires_at": "2026-06-25T17:42:31.000000Z", "issued_at": "2026-06-25T16:42:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc46d0f8cddf4878a042cbd1ae9f221e", "name": "tempest-ServerActionsTestOtherA-702273045"}, "is_domain": false, "roles": [{"id": "f57cb3930c2f4d089b6dffcba6225ee8", "name": "reader"}, {"id": "135e5c6b26ee4d059e923bd8adc75e5b", "name": "member"}], "catalog": [{"endpoints": [{"id": "d124a522bd384a008294ebca4a5687c2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.159/networking", "region": "RegionOne"}], "id": "0bcfa6d93ac3454ba45a34ba22f678cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f6aab01d2ada47dab0303a77be6f5b5a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.159/placement", "region": "RegionOne"}], "id": "23c03c4881ff496a8f2bab1b56e6ca17", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e76ee720746d463fb81af4b17bfb425a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.159/compute/v2.1", "region": "RegionOne"}], "id": "496f71f753934c4ea07fbe5a2d4f778d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "13410ebb252d4af58392cb624ffc6f89", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.159/compute/v2/dc46d0f8cddf4878a042cbd1ae9f221e", "region": "RegionOne"}], "id": "4c2480cf960b44ddb3001ac492cf5543", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "c3fde266931e485dad0d76001accf4ad", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.159/identity", "region": "RegionOne"}], "id": "673d880e03d045839455da4d3724900d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "468c4b46fb0b4c6ea24e7a93a0567165", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.159/image", "region": "RegionOne"}], "id": "8b805cf53c784423a32cc694a765498c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "5fb9797e048f4b08a6f5d79572ef6523", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.159/volume/v3", "region": "RegionOne"}], "id": "d975fe6a06094be284c0e115b6cf31da", "type": "block-storage", "name": "cinder"}]}}'
2026-06-25 18:42:31,463 94045 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'd4877881-cab9-4236-add7-35dd2223342a', 'name': 'tempest-ServerActionsTestOtherA-2017920641-network', 'tenant_id': 'dc46d0f8cddf4878a042cbd1ae9f221e', 'project_id': 'dc46d0f8cddf4878a042cbd1ae9f221e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38732, '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-25T16:41:18Z', 'updated_at': '2026-06-25T16:41:18Z', 'revision_number': 1} available for tenant
2026-06-25 18:42:31,464 94045 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-25 18:42:31,464 94045 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-25 18:42:32,692 94045 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.159/compute/v2.1/os-keypairs 1.227s
2026-06-25 18:42:32,692 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1681278478", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHIAcBF36tEJEx7mYB3Lfj+3xr+BTtW6J4snBsVgF3rKiuWmT/Kaud75hqUCXNJZu6Rz5SQD6S3Cfusz5skvvbV8/yl5QAggyf59EWgBHWR+/1jEBIqc4VnpWVVqFKRnHA=="}}
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:31 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-e9b26004-c3d8-44f6-8495-3d5cfb04d6a1', 'x-compute-request-id': 'req-e9b26004-c3d8-44f6-8495-3d5cfb04d6a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1681278478", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHIAcBF36tEJEx7mYB3Lfj+3xr+BTtW6J4snBsVgF3rKiuWmT/Kaud75hqUCXNJZu6Rz5SQD6S3Cfusz5skvvbV8/yl5QAggyf59EWgBHWR+/1jEBIqc4VnpWVVqFKRnHA==", "fingerprint": "37:40:51:ae:33:2a:a4:86:0f:1e:be:eb:13:51:b5:5a", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c"}}'
2026-06-25 18:42:32,699 94045 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1681278478 created
2026-06-25 18:42:33,468 94045 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.159/networking/v2.0/security-groups 0.768s
2026-06-25 18:42:33,469 94045 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--1733658549", "description": "tempest-description--306247136"}}
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-eef11f37-ac3b-4155-88a3-54d42c05f37f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.159/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "0c5647f0-db5c-4906-a36e-122f4432f131", "name": "tempest-securitygroup--1733658549", "stateful": true, "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "project_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "description": "tempest-description--306247136", "shared": false, "security_group_rules": [{"id": "55eef3b9-6caf-4947-a088-9b2f54d0c8bf", "project_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "security_group_id": "0c5647f0-db5c-4906-a36e-122f4432f131", "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": 237, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-25T16:42:32Z", "updated_at": "2026-06-25T16:42:32Z", "revision_number": 0, "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}, {"id": "e6ac266a-343a-4685-b481-a4365f11296b", "project_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "security_group_id": "0c5647f0-db5c-4906-a36e-122f4432f131", "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": 238, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-25T16:42:33Z", "updated_at": "2026-06-25T16:42:33Z", "revision_number": 0, "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}], "tags": [], "created_at": "2026-06-25T16:42:32Z", "updated_at": "2026-06-25T16:42:33Z", "revision_number": 1}}'
2026-06-25 18:42:33,811 94045 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.159/networking/v2.0/security-group-rules 0.340s
2026-06-25 18:42:33,812 94045 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": "0c5647f0-db5c-4906-a36e-122f4432f131", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-44cf8dc0-9a3d-4c2a-a864-bf748bb26d4e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.159/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a3f308bf-905f-4458-97dc-a9ba0e9c9627", "project_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "security_group_id": "0c5647f0-db5c-4906-a36e-122f4432f131", "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-25T16:42:33Z", "updated_at": "2026-06-25T16:42:33Z", "revision_number": 0, "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:42:34,577 94045 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.159/networking/v2.0/security-group-rules 0.765s
2026-06-25 18:42:34,578 94045 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": "0c5647f0-db5c-4906-a36e-122f4432f131", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-93d74705-379f-4f13-8180-156279c5da51', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.159/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f0a21308-d359-4f60-8ffd-b70744503577", "project_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "security_group_id": "0c5647f0-db5c-4906-a36e-122f4432f131", "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-25T16:42:34Z", "updated_at": "2026-06-25T16:42:34Z", "revision_number": 0, "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:42:34,579 94045 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1733658549 created
2026-06-25 18:42:36,353 94045 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.159/networking/v2.0/floatingips 1.773s
2026-06-25 18:42:36,354 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "7e037377-ab7e-4d03-b179-b102c133cbd1"}}
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-de280008-4791-4b7f-a682-a0e58044d1f0', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.159/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "55c511de-a1f6-4139-9bd1-878bb3cecf9b", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "project_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "floating_ip_address": "172.24.4.202", "floating_network_id": "7e037377-ab7e-4d03-b179-b102c133cbd1", "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-25T16:42:35Z", "updated_at": "2026-06-25T16:42:35Z", "revision_number": 0}}'
2026-06-25 18:42:36,356 94045 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '55c511de-a1f6-4139-9bd1-878bb3cecf9b', 'tenant_id': 'dc46d0f8cddf4878a042cbd1ae9f221e', 'project_id': 'dc46d0f8cddf4878a042cbd1ae9f221e', 'floating_ip_address': '172.24.4.202', 'floating_network_id': '7e037377-ab7e-4d03-b179-b102c133cbd1', '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-25T16:42:35Z', 'updated_at': '2026-06-25T16:42:35Z', 'revision_number': 0, 'ip': '172.24.4.202'} created
2026-06-25 18:42:36,357 94045 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1681278478', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHIAcBF36tEJEx7mYB3Lfj+3xr+BTtW6J4snBsVgF3rKiuWmT/Kaud75hqUCXNJZu6Rz5SQD6S3Cfusz5skvvbV8/yl5QAggyf59EWgBHWR+/1jEBIqc4VnpWVVqFKRnHA==', 'fingerprint': '37:40:51:ae:33:2a:a4:86:0f:1e:be:eb:13:51:b5:5a', 'user_id': 'c020242bb8af4836abcf91d7bcf9ac5c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBYAntQR5sqAhjlhVUZQKZhZBAxHoR44dUk50LsOLmwXb24hNpINYKq\nHNITOpOA93ugBwYFK4EEACKhZANiAARyAHARd+rRCRMe5mAdy34/t8a/gU7VuieL\nJwbFYBd6yorlpk/ymrne+YalAlzSWbukc+UkA+ktwn7rM+bJL721fP8peUAIIMn+\nfRFoAR1kfv9YxASKnOFZ6VlVahSkZxw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0c5647f0-db5c-4906-a36e-122f4432f131', 'name': 'tempest-securitygroup--1733658549', 'stateful': True, 'tenant_id': 'dc46d0f8cddf4878a042cbd1ae9f221e', 'project_id': 'dc46d0f8cddf4878a042cbd1ae9f221e', 'description': 'tempest-description--306247136', 'shared': False, 'security_group_rules': [{'id': '55eef3b9-6caf-4947-a088-9b2f54d0c8bf', 'project_id': 'dc46d0f8cddf4878a042cbd1ae9f221e', 'security_group_id': '0c5647f0-db5c-4906-a36e-122f4432f131', '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': 237, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-25T16:42:32Z', 'updated_at': '2026-06-25T16:42:32Z', 'revision_number': 0, 'tenant_id': 'dc46d0f8cddf4878a042cbd1ae9f221e'}, {'id': 'e6ac266a-343a-4685-b481-a4365f11296b', 'project_id': 'dc46d0f8cddf4878a042cbd1ae9f221e', 'security_group_id': '0c5647f0-db5c-4906-a36e-122f4432f131', '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': 238, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-25T16:42:33Z', 'updated_at': '2026-06-25T16:42:33Z', 'revision_number': 0, 'tenant_id': 'dc46d0f8cddf4878a042cbd1ae9f221e'}], 'tags': [], 'created_at': '2026-06-25T16:42:32Z', 'updated_at': '2026-06-25T16:42:33Z', 'revision_number': 1}, 'floating_ip': {'id': '55c511de-a1f6-4139-9bd1-878bb3cecf9b', 'tenant_id': 'dc46d0f8cddf4878a042cbd1ae9f221e', 'project_id': 'dc46d0f8cddf4878a042cbd1ae9f221e', 'floating_ip_address': '172.24.4.202', 'floating_network_id': '7e037377-ab7e-4d03-b179-b102c133cbd1', '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-25T16:42:35Z', 'updated_at': '2026-06-25T16:42:35Z', 'revision_number': 0, 'ip': '172.24.4.202'}}
2026-06-25 18:42:37,719 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.159/compute/v2.1/servers 1.362s
2026-06-25 18:42:37,720 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-tempest.common.compute-instance-1208171269", "imageRef": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "flavorRef": "42", "networks": [{"uuid": "d4877881-cab9-4236-add7-35dd2223342a"}], "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "key_name": "tempest-keypair-1681278478", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '414', 'location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bc6bb70-16ad-4dde-92f7-b407234b37f5', 'x-compute-request-id': 'req-5bc6bb70-16ad-4dde-92f7-b407234b37f5', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.159/compute/v2.1/servers'}
Body: b'{"server": {"id": "5d310695-94d9-42fc-be1a-3a47c355677d", "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "adminPass": "4d6HsUu4go9w"}}'
2026-06-25 18:42:38,052 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.328s
2026-06-25 18:42:38,052 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c161c85e-0037-470b-a465-e48f191bb337', 'x-compute-request-id': 'req-c161c85e-0037-470b-a465-e48f191bb337', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-25T16:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "BUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1681278478", "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-25 18:42:39,176 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.109s
2026-06-25 18:42:39,177 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f0091b0-a4ef-48ba-984c-2f3c3b89a331', 'x-compute-request-id': 'req-1f0091b0-a4ef-48ba-984c-2f3c3b89a331', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-25T16:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "BUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1681278478", "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-25 18:42:40,330 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.140s
2026-06-25 18:42:40,331 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62301b7a-237b-4bf3-9166-f7beb736ede4', 'x-compute-request-id': 'req-62301b7a-237b-4bf3-9166-f7beb736ede4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "BUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "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-25 18:42:40,352 94045 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-25 18:42:41,595 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.242s
2026-06-25 18:42:41,596 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1308', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f07516c3-fa3d-466f-bf54-5424e54274b3', 'x-compute-request-id': 'req-f07516c3-fa3d-466f-bf54-5424e54274b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "BUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "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-25 18:42:42,884 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.272s
2026-06-25 18:42:42,884 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1308', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10b8e75e-4b55-4f45-8779-030ee1ab91d4', 'x-compute-request-id': 'req-10b8e75e-4b55-4f45-8779-030ee1ab91d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "BUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "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-25 18:42:46,658 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 2.757s
2026-06-25 18:42:46,658 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85e0fe31-8d3a-4ec3-8e8b-7e00edb8da57', 'x-compute-request-id': 'req-85e0fe31-8d3a-4ec3-8e8b-7e00edb8da57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "BUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "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-25 18:42:46,675 94045 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 8 second wait
2026-06-25 18:42:47,940 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.264s
2026-06-25 18:42:47,940 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1382', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c21fef8-4aa2-4ea0-86b4-1cadffc6bf43', 'x-compute-request-id': 'req-6c21fef8-4aa2-4ea0-86b4-1cadffc6bf43', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "BUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "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-25 18:42:47,957 94045 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 9 second wait
2026-06-25 18:42:49,481 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.523s
2026-06-25 18:42:49,482 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1382', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-363725ae-e58b-456d-8742-2b8b8a9ce85b', 'x-compute-request-id': 'req-363725ae-e58b-456d-8742-2b8b8a9ce85b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "BUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "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-25 18:42:50,846 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.349s
2026-06-25 18:42:50,847 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1382', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f035380-845d-445f-912b-f9d01aac80ab', 'x-compute-request-id': 'req-9f035380-845d-445f-912b-f9d01aac80ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "BUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "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-25 18:42:52,224 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.364s
2026-06-25 18:42:52,225 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1382', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-698b623b-487c-46f3-9613-1ae685702a38', 'x-compute-request-id': 'req-698b623b-487c-46f3-9613-1ae685702a38', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "BUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "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-25 18:42:53,901 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.662s
2026-06-25 18:42:53,901 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1382', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e30b60e-b8d6-4932-baaa-3b148966094f', 'x-compute-request-id': 'req-2e30b60e-b8d6-4932-baaa-3b148966094f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "BUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "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-25 18:42:55,663 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.748s
2026-06-25 18:42:55,665 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6875800a-ffb8-4926-b06b-759b39640072', 'x-compute-request-id': 'req-6875800a-ffb8-4926-b06b-759b39640072', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "ACTIVE", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:55Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "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-25 18:42:55,681 94045 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait
2026-06-25 18:42:55,960 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-interface 0.277s
2026-06-25 18:42:55,961 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:55 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-af28d7fd-d7fa-4917-8942-0cec0f21864e', 'x-compute-request-id': 'req-af28d7fd-d7fa-4917-8942-0cec0f21864e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "d4877881-cab9-4236-add7-35dd2223342a", "port_id": "a08c303a-f93e-4200-993f-78710384d38c", "mac_addr": "fa:16:3e:e9:0c:d3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8f312ca2-c519-422c-8a49-778917597ae9", "ip_address": "10.0.0.7"}]}]}'
2026-06-25 18:42:58,304 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 PUT http://192.168.122.159/networking/v2.0/floatingips/55c511de-a1f6-4139-9bd1-878bb3cecf9b 2.337s
2026-06-25 18:42:58,305 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "a08c303a-f93e-4200-993f-78710384d38c"}}
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:42:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-7d093a48-3019-48ac-b263-926e7853a9ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/networking/v2.0/floatingips/55c511de-a1f6-4139-9bd1-878bb3cecf9b'}
Body: b'{"floatingip": {"id": "55c511de-a1f6-4139-9bd1-878bb3cecf9b", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "project_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "floating_ip_address": "172.24.4.202", "floating_network_id": "7e037377-ab7e-4d03-b179-b102c133cbd1", "router_id": "4763bb27-9ce5-44e9-a64a-225b12ba9c19", "port_id": "a08c303a-f93e-4200-993f-78710384d38c", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d4877881-cab9-4236-add7-35dd2223342a", "mac_address": "fa:16:3e:e9:0c:d3", "admin_state_up": true, "status": "ACTIVE", "device_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-25T16:42:35Z", "updated_at": "2026-06-25T16:42:56Z", "revision_number": 1}}'
2026-06-25 18:42:58,307 94045 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.202:22' as 'cirros' with public key authentication
2026-06-25 18:43:17,829 94045 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-25 18:43:17,940 94045 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-25 18:43:17,941 94045 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.202 successfully created
2026-06-25 18:43:18,757 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.816s
2026-06-25 18:43:18,758 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1684', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e99407e-8060-49d3-a2cf-a1f5bcb29dba', 'x-compute-request-id': 'req-4e99407e-8060-49d3-a2cf-a1f5bcb29dba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "ACTIVE", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:55Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "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-25 18:43:18,818 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.047s
2026-06-25 18:43:18,819 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f965666b-5903-4bd4-a953-c427278553c6', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f965666b-5903-4bd4-a953-c427278553c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:42:34.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:43:18,831 94045 INFO [tempest.common.waiters] volume e252c7ab-1767-476b-95a5-4adf0bf1a30f reached available after waiting for 0.831070 seconds
2026-06-25 18:43:21,464 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 POST http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 2.633s
2026-06-25 18:43:21,465 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}}
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:18 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-5fed476a-334e-4835-b2ea-5c17b9734c77', 'x-compute-request-id': 'req-5fed476a-334e-4835-b2ea-5c17b9734c77', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "device": "/dev/vdb"}}'
2026-06-25 18:43:21,521 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.053s
2026-06-25 18:43:21,522 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-180089a4-0d39-4d59-a3cd-726e1e4d7b2e', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-180089a4-0d39-4d59-a3cd-726e1e4d7b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:21.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:43:22,615 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.077s
2026-06-25 18:43:22,616 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88d9067f-7f12-40ab-bce1-3838bad04717', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88d9067f-7f12-40ab-bce1-3838bad04717', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:21.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:43:23,690 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.061s
2026-06-25 18:43:23,690 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9831656d-96c3-437a-bffd-ff619dade2da', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9831656d-96c3-437a-bffd-ff619dade2da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:23.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:43:24,771 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.068s
2026-06-25 18:43:24,771 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5a69ca0-5d7f-4e2f-b6a7-5fd6e8285c00', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5a69ca0-5d7f-4e2f-b6a7-5fd6e8285c00', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:23.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:43:26,005 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.217s
2026-06-25 18:43:26,006 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0656a42-6339-417f-8978-04ae363a213e', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0656a42-6339-417f-8978-04ae363a213e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:23.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:43:27,236 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.216s
2026-06-25 18:43:27,237 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36b2478d-8eef-4a9a-b46f-cfe5383f8972', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36b2478d-8eef-4a9a-b46f-cfe5383f8972', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:23.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:43:28,469 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.217s
2026-06-25 18:43:28,469 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c90c8ea-1cb8-4a40-86b9-8b468939b900', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c90c8ea-1cb8-4a40-86b9-8b468939b900', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:27.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "6a199fc9-ddaa-42d7-8663-67716c5dab7a", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:23.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:43:28,485 94045 INFO [tempest.common.waiters] Attachment 6a199fc9-ddaa-42d7-8663-67716c5dab7a created for volume e252c7ab-1767-476b-95a5-4adf0bf1a30f to server 5d310695-94d9-42fc-be1a-3a47c355677d after waiting for 7.485103 seconds
2026-06-25 18:43:28,565 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.079s
2026-06-25 18:43:28,565 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d56ef096-59f1-463b-83a1-d84001a4bb24', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d56ef096-59f1-463b-83a1-d84001a4bb24', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:27.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "6a199fc9-ddaa-42d7-8663-67716c5dab7a", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:23.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:43:28,578 94045 INFO [tempest.common.waiters] volume e252c7ab-1767-476b-95a5-4adf0bf1a30f reached in-use after waiting for 0.578901 seconds
2026-06-25 18:43:29,261 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.680s
2026-06-25 18:43:29,261 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-545526f2-503e-4409-bbca-c4ecdd1056ed', 'x-compute-request-id': 'req-545526f2-503e-4409-bbca-c4ecdd1056ed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1208171269", "status": "ACTIVE", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:55Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:30,664 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/action 1.384s
2026-06-25 18:43:30,664 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"rebuild": {"name": "tempest-ServerActionsTestOtherA-server-2102952669", "metadata": {"rebuild": "server"}, "adminPass": "rebuildPassw0rd", "imageRef": "13d2c77c-0a26-4e37-987d-c901fc51dbf2"}}
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1184', 'location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad9f2d58-261d-486f-b87c-378b5d310354', 'x-compute-request-id': 'req-ad9f2d58-261d-486f-b87c-378b5d310354', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/action'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7"}, {"version": 4, "addr": "172.24.4.202"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "adminPass": "rebuildPassw0rd"}}'
2026-06-25 18:43:31,003 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.328s
2026-06-25 18:43:31,004 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1574f63-4975-48c2-8664-d29cd9f81975', 'x-compute-request-id': 'req-a1574f63-4975-48c2-8664-d29cd9f81975', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:32,253 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.238s
2026-06-25 18:43:32,254 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5661e3d3-1a5c-4faf-bbfa-4e2c85cc38e1', 'x-compute-request-id': 'req-5661e3d3-1a5c-4faf-bbfa-4e2c85cc38e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:33,998 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.732s
2026-06-25 18:43:33,999 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e62814f-4e29-445b-83bc-5f6a4da82478', 'x-compute-request-id': 'req-1e62814f-4e29-445b-83bc-5f6a4da82478', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:35,311 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.298s
2026-06-25 18:43:35,311 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38d749f3-b405-45fa-99fb-c2b0ac63a147', 'x-compute-request-id': 'req-38d749f3-b405-45fa-99fb-c2b0ac63a147', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:36,695 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.372s
2026-06-25 18:43:36,696 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1775', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc9b2624-95e1-4890-8127-2885dc99a79e', 'x-compute-request-id': 'req-bc9b2624-95e1-4890-8127-2885dc99a79e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "rebuild_block_device_mapping", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:36,710 94045 INFO [tempest.common.waiters] State transition "REBUILD/rebuilding" ==> "REBUILD/rebuild_block_device_mapping" after 5 second wait
2026-06-25 18:43:37,976 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.264s
2026-06-25 18:43:37,976 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1775', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b800a3a-2dd8-4d40-ab42-2ff5cd70f7a9', 'x-compute-request-id': 'req-3b800a3a-2dd8-4d40-ab42-2ff5cd70f7a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "rebuild_block_device_mapping", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:39,863 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.876s
2026-06-25 18:43:39,863 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1763', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e50b4cff-958b-4632-859b-8c2a91c0ca7d', 'x-compute-request-id': 'req-e50b4cff-958b-4632-859b-8c2a91c0ca7d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "rebuild_spawning", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:39,876 94045 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_block_device_mapping" ==> "REBUILD/rebuild_spawning" after 8 second wait
2026-06-25 18:43:41,089 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.210s
2026-06-25 18:43:41,089 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1763', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0428c9a9-4828-49a7-a71b-179c82ba0d25', 'x-compute-request-id': 'req-0428c9a9-4828-49a7-a71b-179c82ba0d25', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "rebuild_spawning", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:42,477 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.375s
2026-06-25 18:43:42,477 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1763', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32d42d92-cdce-48a8-be1a-d4042f03bd77', 'x-compute-request-id': 'req-32d42d92-cdce-48a8-be1a-d4042f03bd77', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "rebuild_spawning", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:43,858 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.365s
2026-06-25 18:43:43,858 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1763', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7caff97b-7ee5-44a9-875f-19661056755f', 'x-compute-request-id': 'req-7caff97b-7ee5-44a9-875f-19661056755f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "rebuild_spawning", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:45,305 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.424s
2026-06-25 18:43:45,305 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1762', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83a675f2-2c86-462b-baab-81df09d92e69', 'x-compute-request-id': 'req-83a675f2-2c86-462b-baab-81df09d92e69', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "REBUILD", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "rebuild_spawning", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:46,743 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.423s
2026-06-25 18:43:46,743 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1817', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56a70ce7-1e8a-4e73-b6df-88d024c8145b', 'x-compute-request-id': 'req-56a70ce7-1e8a-4e73-b6df-88d024c8145b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "ERROR", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:43:46Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-25T16:43:45Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:43:46,756 94045 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_spawning" ==> "ERROR/None" after 15 second wait
2026-06-25 18:43:47,187 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://192.168.122.159/compute/v2.1/servers/18e12a62-fb8a-445d-be6f-5133b9a10dd3 0.427s
2026-06-25 18:43:47,187 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2da82130-3f15-437c-b0df-b5f4d25d7c9b', 'x-compute-request-id': 'req-2da82130-3f15-437c-b0df-b5f4d25d7c9b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/18e12a62-fb8a-445d-be6f-5133b9a10dd3'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:77:4e"}, {"version": 4, "addr": "172.24.4.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:77:4e"}]}, "created": "2026-06-25T16:41:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "18e12a62-fb8a-445d-be6f-5133b9a10dd3", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/18e12a62-fb8a-445d-be6f-5133b9a10dd3"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/18e12a62-fb8a-445d-be6f-5133b9a10dd3"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-327526186", "status": "ACTIVE", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:42:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2088632041", "OS-SRV-USG:launched_at": "2026-06-25T16:42:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1541023363"}], "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-25 18:43:47,291 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.085s
2026-06-25 18:43:47,291 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed92adba-8520-4cf8-8c9c-4ff2fcea6d3a', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed92adba-8520-4cf8-8c9c-4ff2fcea6d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:43:47,532 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 409 DELETE http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.226s
2026-06-25 18:43:47,532 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:47 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': '150', 'x-openstack-request-id': 'req-ec8b0908-0b10-448c-8070-3dfc9b9c3b0a', 'x-compute-request-id': 'req-ec8b0908-0b10-448c-8070-3dfc9b9c3b0a', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 5d310695-94d9-42fc-be1a-3a47c355677d while it is in vm_state error"}}'
2026-06-25 18:43:47,631 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.094s
2026-06-25 18:43:47,631 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a96c0b4-fef1-4553-8e46-91665937f3ba', 'x-compute-request-id': 'req-2a96c0b4-fef1-4553-8e46-91665937f3ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:43:48,704 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.068s
2026-06-25 18:43:48,704 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03efcad3-fa6b-4eeb-8674-a39ac464a9e3', 'x-compute-request-id': 'req-03efcad3-fa6b-4eeb-8674-a39ac464a9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:43:49,767 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.060s
2026-06-25 18:43:49,768 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78fe4570-a8b3-4d7a-9fe2-de48cec53008', 'x-compute-request-id': 'req-78fe4570-a8b3-4d7a-9fe2-de48cec53008', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:43:50,844 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.074s
2026-06-25 18:43:50,845 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0c2286d-ced8-4d73-a2f3-4b104beb9584', 'x-compute-request-id': 'req-d0c2286d-ced8-4d73-a2f3-4b104beb9584', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:43:51,926 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.078s
2026-06-25 18:43:51,926 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99dcdf31-6352-4755-b0e7-9d0dded19684', 'x-compute-request-id': 'req-99dcdf31-6352-4755-b0e7-9d0dded19684', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:43:53,021 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.090s
2026-06-25 18:43:53,021 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd082a61-b3c6-4d34-bb9d-77ffb35f7555', 'x-compute-request-id': 'req-fd082a61-b3c6-4d34-bb9d-77ffb35f7555', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:43:54,092 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.067s
2026-06-25 18:43:54,094 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46430f42-4cd5-4f57-9b5e-1d0502a2dbfa', 'x-compute-request-id': 'req-46430f42-4cd5-4f57-9b5e-1d0502a2dbfa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:43:55,157 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.060s
2026-06-25 18:43:55,158 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c31b3f3-9548-4b79-ba88-ff3fd4ac811b', 'x-compute-request-id': 'req-1c31b3f3-9548-4b79-ba88-ff3fd4ac811b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:43:56,233 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.072s
2026-06-25 18:43:56,233 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea2fdacb-cbf2-4b01-b4c2-3d0b70eeeef1', 'x-compute-request-id': 'req-ea2fdacb-cbf2-4b01-b4c2-3d0b70eeeef1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:43:57,322 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.086s
2026-06-25 18:43:57,323 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f1eccec-7104-4b21-877e-7e5c0bcf26cf', 'x-compute-request-id': 'req-5f1eccec-7104-4b21-877e-7e5c0bcf26cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:43:58,387 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.062s
2026-06-25 18:43:58,388 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4232725-8d68-4936-98b2-8e44eee87e53', 'x-compute-request-id': 'req-a4232725-8d68-4936-98b2-8e44eee87e53', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:43:59,463 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.072s
2026-06-25 18:43:59,463 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:43:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5a0632f-ed4d-45e6-a3f6-034f4ab4057f', 'x-compute-request-id': 'req-e5a0632f-ed4d-45e6-a3f6-034f4ab4057f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:00,548 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.082s
2026-06-25 18:44:00,548 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e25a316c-be7d-4d6d-b04d-c475247f0248', 'x-compute-request-id': 'req-e25a316c-be7d-4d6d-b04d-c475247f0248', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:01,719 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.169s
2026-06-25 18:44:01,720 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-009f469c-de01-4729-9622-121ac4145d57', 'x-compute-request-id': 'req-009f469c-de01-4729-9622-121ac4145d57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:02,830 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.106s
2026-06-25 18:44:02,831 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb1e1d62-4f44-49ea-b02a-ee2542739f15', 'x-compute-request-id': 'req-fb1e1d62-4f44-49ea-b02a-ee2542739f15', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:03,904 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.070s
2026-06-25 18:44:03,904 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b0c69fe-178b-4037-aa68-87737558c622', 'x-compute-request-id': 'req-8b0c69fe-178b-4037-aa68-87737558c622', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:04,998 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.091s
2026-06-25 18:44:04,999 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d29b2a11-c80c-472a-9314-231df76b1e03', 'x-compute-request-id': 'req-d29b2a11-c80c-472a-9314-231df76b1e03', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:06,095 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.090s
2026-06-25 18:44:06,096 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d00a50a-d00c-4722-a808-466444557362', 'x-compute-request-id': 'req-4d00a50a-d00c-4722-a808-466444557362', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:07,183 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.083s
2026-06-25 18:44:07,185 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53eb8d1a-8bd8-4cfe-87b6-077960f4b6e4', 'x-compute-request-id': 'req-53eb8d1a-8bd8-4cfe-87b6-077960f4b6e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:08,303 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.115s
2026-06-25 18:44:08,303 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cafb84e-37d7-43a3-aa37-39769bab822f', 'x-compute-request-id': 'req-2cafb84e-37d7-43a3-aa37-39769bab822f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:09,437 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.131s
2026-06-25 18:44:09,437 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a24d73c-7fb7-4ef9-96f6-157256728426', 'x-compute-request-id': 'req-0a24d73c-7fb7-4ef9-96f6-157256728426', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:10,568 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.125s
2026-06-25 18:44:10,569 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04f8772b-c5b2-40af-9bf1-b00b95ab54c5', 'x-compute-request-id': 'req-04f8772b-c5b2-40af-9bf1-b00b95ab54c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:11,679 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.106s
2026-06-25 18:44:11,680 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a48fee4b-25b0-4fd6-98fa-3762448be28a', 'x-compute-request-id': 'req-a48fee4b-25b0-4fd6-98fa-3762448be28a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:12,825 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.142s
2026-06-25 18:44:12,826 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72f42f09-6bd3-450e-ab51-402436ec4efa', 'x-compute-request-id': 'req-72f42f09-6bd3-450e-ab51-402436ec4efa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:13,897 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.069s
2026-06-25 18:44:13,897 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c04a639b-b8c2-4ab2-b726-0a5bceebe7fe', 'x-compute-request-id': 'req-c04a639b-b8c2-4ab2-b726-0a5bceebe7fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:14,962 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.060s
2026-06-25 18:44:14,963 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d861b962-1d37-46e6-9670-4cc04a14a5ab', 'x-compute-request-id': 'req-d861b962-1d37-46e6-9670-4cc04a14a5ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:16,089 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.121s
2026-06-25 18:44:16,089 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75d968fb-c85e-4c02-b4da-ee8ca4ae9de4', 'x-compute-request-id': 'req-75d968fb-c85e-4c02-b4da-ee8ca4ae9de4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:17,167 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.074s
2026-06-25 18:44:17,167 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0bc2273-10e0-4ce1-974f-5035a63d347b', 'x-compute-request-id': 'req-c0bc2273-10e0-4ce1-974f-5035a63d347b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:18,268 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.098s
2026-06-25 18:44:18,271 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c730f628-cef4-4d04-ab33-6fddde25c994', 'x-compute-request-id': 'req-c730f628-cef4-4d04-ab33-6fddde25c994', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:19,371 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.095s
2026-06-25 18:44:19,371 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5c33bc3-e64f-4ba0-a4b3-9cfb233493b4', 'x-compute-request-id': 'req-e5c33bc3-e64f-4ba0-a4b3-9cfb233493b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:20,498 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.125s
2026-06-25 18:44:20,499 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8b591e9-09ba-49c9-acab-0693442c472d', 'x-compute-request-id': 'req-a8b591e9-09ba-49c9-acab-0693442c472d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:21,585 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.082s
2026-06-25 18:44:21,585 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf72253b-e8c9-4404-bc0a-25656f8c3273', 'x-compute-request-id': 'req-cf72253b-e8c9-4404-bc0a-25656f8c3273', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:22,739 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.150s
2026-06-25 18:44:22,740 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23247ee6-32df-4206-acc4-271303c62f49', 'x-compute-request-id': 'req-23247ee6-32df-4206-acc4-271303c62f49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:23,807 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.062s
2026-06-25 18:44:23,807 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41893f88-3eee-4398-9b97-3b793254890f', 'x-compute-request-id': 'req-41893f88-3eee-4398-9b97-3b793254890f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:24,883 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.071s
2026-06-25 18:44:24,883 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54e09ecd-af5e-4334-92bd-c60915547d03', 'x-compute-request-id': 'req-54e09ecd-af5e-4334-92bd-c60915547d03', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:26,026 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.140s
2026-06-25 18:44:26,026 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec0070c3-9691-46b0-95bb-df1f2f4e5faf', 'x-compute-request-id': 'req-ec0070c3-9691-46b0-95bb-df1f2f4e5faf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:27,099 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.070s
2026-06-25 18:44:27,099 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aefe4107-64a5-4087-ba8e-aa8a55c8f57d', 'x-compute-request-id': 'req-aefe4107-64a5-4087-ba8e-aa8a55c8f57d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:28,174 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.071s
2026-06-25 18:44:28,174 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34289be7-8379-4e3e-bb01-207eb6006d9b', 'x-compute-request-id': 'req-34289be7-8379-4e3e-bb01-207eb6006d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:29,284 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.103s
2026-06-25 18:44:29,284 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f3feabc-9654-494a-b40a-7afd2b61c4d0', 'x-compute-request-id': 'req-6f3feabc-9654-494a-b40a-7afd2b61c4d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:30,368 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.080s
2026-06-25 18:44:30,368 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49da732e-1f3f-45c6-b113-bceb8aebd953', 'x-compute-request-id': 'req-49da732e-1f3f-45c6-b113-bceb8aebd953', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:31,484 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.113s
2026-06-25 18:44:31,485 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-078333c9-4654-411c-b671-137dc7bfe04b', 'x-compute-request-id': 'req-078333c9-4654-411c-b671-137dc7bfe04b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:32,593 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.104s
2026-06-25 18:44:32,593 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a8b6b76-5c7b-49bb-b8f1-0d70cc340d23', 'x-compute-request-id': 'req-1a8b6b76-5c7b-49bb-b8f1-0d70cc340d23', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:33,656 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.057s
2026-06-25 18:44:33,657 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef2e559c-287e-4ca0-af40-86179167d525', 'x-compute-request-id': 'req-ef2e559c-287e-4ca0-af40-86179167d525', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:34,753 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.092s
2026-06-25 18:44:34,754 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f827f511-b0de-42fb-aa7e-b585e56e4ed6', 'x-compute-request-id': 'req-f827f511-b0de-42fb-aa7e-b585e56e4ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:35,835 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.079s
2026-06-25 18:44:35,836 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26dab173-78f5-47e2-a33b-be4ece8390fc', 'x-compute-request-id': 'req-26dab173-78f5-47e2-a33b-be4ece8390fc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:36,932 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.093s
2026-06-25 18:44:36,932 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b152f8e5-08ea-47be-a73b-8ea941e856e5', 'x-compute-request-id': 'req-b152f8e5-08ea-47be-a73b-8ea941e856e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:38,018 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.083s
2026-06-25 18:44:38,019 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa18746c-b5d1-4e53-a093-c8f67a4a0808', 'x-compute-request-id': 'req-aa18746c-b5d1-4e53-a093-c8f67a4a0808', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:39,099 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.073s
2026-06-25 18:44:39,099 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b22d66a-1b8b-4ca3-8e33-64f9a4bc0077', 'x-compute-request-id': 'req-4b22d66a-1b8b-4ca3-8e33-64f9a4bc0077', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:40,187 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.085s
2026-06-25 18:44:40,187 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b666a319-d597-4b36-9a62-299f7b4af87c', 'x-compute-request-id': 'req-b666a319-d597-4b36-9a62-299f7b4af87c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:41,263 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.073s
2026-06-25 18:44:41,264 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3b8491c-7c52-4b48-9c3d-115b151f3ec7', 'x-compute-request-id': 'req-b3b8491c-7c52-4b48-9c3d-115b151f3ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:42,339 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.073s
2026-06-25 18:44:42,339 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-145e781b-d66f-4ae7-ab78-13feba150ae0', 'x-compute-request-id': 'req-145e781b-d66f-4ae7-ab78-13feba150ae0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:43,405 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.061s
2026-06-25 18:44:43,405 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d24ba72-2e7b-4c65-acff-c64288f596bc', 'x-compute-request-id': 'req-5d24ba72-2e7b-4c65-acff-c64288f596bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:44,476 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.068s
2026-06-25 18:44:44,476 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93128fe7-ea48-4cb6-95ad-2e6ce1c2d7e2', 'x-compute-request-id': 'req-93128fe7-ea48-4cb6-95ad-2e6ce1c2d7e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:45,558 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.079s
2026-06-25 18:44:45,559 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8559ef54-b24b-4283-84f1-1890488a8616', 'x-compute-request-id': 'req-8559ef54-b24b-4283-84f1-1890488a8616', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:46,660 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.097s
2026-06-25 18:44:46,660 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-945abf20-8f11-4126-82da-eda21ac07142', 'x-compute-request-id': 'req-945abf20-8f11-4126-82da-eda21ac07142', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:47,790 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.126s
2026-06-25 18:44:47,791 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-006e0bb0-9e02-4bb0-8cc4-75904378f4fc', 'x-compute-request-id': 'req-006e0bb0-9e02-4bb0-8cc4-75904378f4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:48,858 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.065s
2026-06-25 18:44:48,859 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cecc485e-b6d8-4535-bbdf-9ac3525e9bf9', 'x-compute-request-id': 'req-cecc485e-b6d8-4535-bbdf-9ac3525e9bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:49,940 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.078s
2026-06-25 18:44:49,941 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5af03f5-70f4-459e-9170-d7968dac62f9', 'x-compute-request-id': 'req-b5af03f5-70f4-459e-9170-d7968dac62f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:51,007 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.063s
2026-06-25 18:44:51,007 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-531e986a-d3d9-4f0b-a45f-9f1bc7433605', 'x-compute-request-id': 'req-531e986a-d3d9-4f0b-a45f-9f1bc7433605', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:52,077 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.066s
2026-06-25 18:44:52,077 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-257af302-11f3-4900-a927-262a927d028a', 'x-compute-request-id': 'req-257af302-11f3-4900-a927-262a927d028a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:53,204 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.124s
2026-06-25 18:44:53,205 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c8ea81f-9260-4294-ba61-1997848e0909', 'x-compute-request-id': 'req-0c8ea81f-9260-4294-ba61-1997848e0909', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:54,294 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.084s
2026-06-25 18:44:54,295 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-289ca7ee-a58e-4f7a-8e8b-8d0c334384cb', 'x-compute-request-id': 'req-289ca7ee-a58e-4f7a-8e8b-8d0c334384cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:55,427 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.129s
2026-06-25 18:44:55,427 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f705bf30-2343-400b-afda-1e48cfa27ab0', 'x-compute-request-id': 'req-f705bf30-2343-400b-afda-1e48cfa27ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:56,547 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.118s
2026-06-25 18:44:56,548 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a137d46a-3e99-4f44-97a2-aa787674990f', 'x-compute-request-id': 'req-a137d46a-3e99-4f44-97a2-aa787674990f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:57,660 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.108s
2026-06-25 18:44:57,660 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2864f36-54cd-4d90-8c7f-683648dee45f', 'x-compute-request-id': 'req-a2864f36-54cd-4d90-8c7f-683648dee45f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:58,739 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.076s
2026-06-25 18:44:58,739 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a64fcde-2719-4007-ac41-878c7922dbc2', 'x-compute-request-id': 'req-2a64fcde-2719-4007-ac41-878c7922dbc2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:44:59,839 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.097s
2026-06-25 18:44:59,839 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:44:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37fe8ebc-5f2b-41cb-96a5-280f19b410be', 'x-compute-request-id': 'req-37fe8ebc-5f2b-41cb-96a5-280f19b410be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:00,946 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.103s
2026-06-25 18:45:00,946 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5aedc2b-010c-43d2-af1f-f23f98a54165', 'x-compute-request-id': 'req-a5aedc2b-010c-43d2-af1f-f23f98a54165', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:02,025 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.074s
2026-06-25 18:45:02,026 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48bfb336-a1db-421e-83e4-3a1ed2a3eee0', 'x-compute-request-id': 'req-48bfb336-a1db-421e-83e4-3a1ed2a3eee0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:03,117 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.087s
2026-06-25 18:45:03,117 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61a5a95e-a89a-4aca-8287-8d292390f810', 'x-compute-request-id': 'req-61a5a95e-a89a-4aca-8287-8d292390f810', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:04,197 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.078s
2026-06-25 18:45:04,198 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d11f2c69-7624-4aee-92c4-e1a130b9eaa3', 'x-compute-request-id': 'req-d11f2c69-7624-4aee-92c4-e1a130b9eaa3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:05,262 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.061s
2026-06-25 18:45:05,263 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2548e98f-a499-4144-bbc1-a6dc1638b08f', 'x-compute-request-id': 'req-2548e98f-a499-4144-bbc1-a6dc1638b08f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:06,334 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.066s
2026-06-25 18:45:06,334 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c0b062a-e71f-4228-8df4-4ddc582308fb', 'x-compute-request-id': 'req-0c0b062a-e71f-4228-8df4-4ddc582308fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:07,403 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.065s
2026-06-25 18:45:07,404 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9af91fad-f2ed-44e6-8904-00c5c3a4d262', 'x-compute-request-id': 'req-9af91fad-f2ed-44e6-8904-00c5c3a4d262', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:08,487 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.080s
2026-06-25 18:45:08,488 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc413a79-c46e-42f1-951c-0c147b6a5faa', 'x-compute-request-id': 'req-dc413a79-c46e-42f1-951c-0c147b6a5faa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:09,608 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.118s
2026-06-25 18:45:09,609 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a9c58ac-bf3b-4f0e-b154-c97eba14e6ec', 'x-compute-request-id': 'req-7a9c58ac-bf3b-4f0e-b154-c97eba14e6ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:10,698 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.086s
2026-06-25 18:45:10,698 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4911b5c-5060-401b-bec4-9e265946ddb1', 'x-compute-request-id': 'req-d4911b5c-5060-401b-bec4-9e265946ddb1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:11,780 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.079s
2026-06-25 18:45:11,781 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-964b0ac9-f61b-467d-8f19-81d74b499f94', 'x-compute-request-id': 'req-964b0ac9-f61b-467d-8f19-81d74b499f94', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:12,845 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.062s
2026-06-25 18:45:12,845 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71cc1a6e-9f64-4649-9126-dad5bb70e46a', 'x-compute-request-id': 'req-71cc1a6e-9f64-4649-9126-dad5bb70e46a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:13,939 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.091s
2026-06-25 18:45:13,940 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db0de45a-2cfd-4661-b0d8-34b2085de330', 'x-compute-request-id': 'req-db0de45a-2cfd-4661-b0d8-34b2085de330', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:15,033 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.088s
2026-06-25 18:45:15,033 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffe650ae-b023-49f2-b51b-497cb2d7d579', 'x-compute-request-id': 'req-ffe650ae-b023-49f2-b51b-497cb2d7d579', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:16,095 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.058s
2026-06-25 18:45:16,095 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c9bda20-cbbe-4765-b38c-ed5bcb41e959', 'x-compute-request-id': 'req-1c9bda20-cbbe-4765-b38c-ed5bcb41e959', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:17,240 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.139s
2026-06-25 18:45:17,240 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4d0bb59-eee9-4e88-be8d-bec2fd2985fb', 'x-compute-request-id': 'req-f4d0bb59-eee9-4e88-be8d-bec2fd2985fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:18,324 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.080s
2026-06-25 18:45:18,324 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9b3dba1-34a0-4e29-8fa5-8582ed906269', 'x-compute-request-id': 'req-a9b3dba1-34a0-4e29-8fa5-8582ed906269', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:19,415 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.087s
2026-06-25 18:45:19,415 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27d8c443-648f-4d8b-b979-06a7ef13a6de', 'x-compute-request-id': 'req-27d8c443-648f-4d8b-b979-06a7ef13a6de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:20,531 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.111s
2026-06-25 18:45:20,531 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89ad08b5-0113-4d18-8d46-dae7d51bdc87', 'x-compute-request-id': 'req-89ad08b5-0113-4d18-8d46-dae7d51bdc87', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:21,689 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.154s
2026-06-25 18:45:21,690 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c8f8c8e-2176-4f80-b404-071adf088856', 'x-compute-request-id': 'req-1c8f8c8e-2176-4f80-b404-071adf088856', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:22,829 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.134s
2026-06-25 18:45:22,829 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3db377ab-7772-4fdc-bcfc-6f5ef98d2ba6', 'x-compute-request-id': 'req-3db377ab-7772-4fdc-bcfc-6f5ef98d2ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:23,963 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.130s
2026-06-25 18:45:23,963 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16cd25d-88b5-4848-a803-dedf8d9e153c', 'x-compute-request-id': 'req-d16cd25d-88b5-4848-a803-dedf8d9e153c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:25,039 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.072s
2026-06-25 18:45:25,039 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21c5d864-c262-464a-b83c-ee081df32ad7', 'x-compute-request-id': 'req-21c5d864-c262-464a-b83c-ee081df32ad7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:26,147 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.103s
2026-06-25 18:45:26,147 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c3aeb18-dcab-4e48-a9b1-fba44fe09f1a', 'x-compute-request-id': 'req-5c3aeb18-dcab-4e48-a9b1-fba44fe09f1a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:27,232 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.082s
2026-06-25 18:45:27,233 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c56c9289-7a16-42ec-92dd-de65ca29bfd5', 'x-compute-request-id': 'req-c56c9289-7a16-42ec-92dd-de65ca29bfd5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:28,311 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.073s
2026-06-25 18:45:28,311 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97d2b81e-7252-44b0-a18c-b18bf6292832', 'x-compute-request-id': 'req-97d2b81e-7252-44b0-a18c-b18bf6292832', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:29,401 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.087s
2026-06-25 18:45:29,402 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1f9ea88-936e-4f5b-ab02-454dbef79205', 'x-compute-request-id': 'req-a1f9ea88-936e-4f5b-ab02-454dbef79205', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:30,511 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.105s
2026-06-25 18:45:30,511 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8aaa458-ea24-4d0d-b4df-a2df0c2789f4', 'x-compute-request-id': 'req-a8aaa458-ea24-4d0d-b4df-a2df0c2789f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:31,594 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.080s
2026-06-25 18:45:31,594 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7941799-56b0-46ca-9116-9b4dbb1e676f', 'x-compute-request-id': 'req-a7941799-56b0-46ca-9116-9b4dbb1e676f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:32,695 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.098s
2026-06-25 18:45:32,695 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb00b1b8-5531-405e-b02b-5d784b51c9e2', 'x-compute-request-id': 'req-eb00b1b8-5531-405e-b02b-5d784b51c9e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:33,775 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.076s
2026-06-25 18:45:33,775 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcd5f8bc-dcc7-43cb-85f4-4348e9aea553', 'x-compute-request-id': 'req-dcd5f8bc-dcc7-43cb-85f4-4348e9aea553', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:34,847 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.067s
2026-06-25 18:45:34,847 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-211531df-92f3-4192-a31f-a0cae043172c', 'x-compute-request-id': 'req-211531df-92f3-4192-a31f-a0cae043172c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:35,911 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.060s
2026-06-25 18:45:35,911 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58faa3bf-41e3-4605-adf3-6f2411c9ac8c', 'x-compute-request-id': 'req-58faa3bf-41e3-4605-adf3-6f2411c9ac8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:36,988 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.073s
2026-06-25 18:45:36,988 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5593ea55-9054-48d0-a7fd-746e35846f35', 'x-compute-request-id': 'req-5593ea55-9054-48d0-a7fd-746e35846f35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:38,077 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.087s
2026-06-25 18:45:38,078 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4ae4717-75ec-4659-8767-135c1a48782b', 'x-compute-request-id': 'req-f4ae4717-75ec-4659-8767-135c1a48782b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:39,151 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.070s
2026-06-25 18:45:39,151 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eb6e22c-856f-42d1-bc72-72e613201acb', 'x-compute-request-id': 'req-1eb6e22c-856f-42d1-bc72-72e613201acb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:40,218 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.064s
2026-06-25 18:45:40,219 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c98dcc1a-0a9b-41cb-87b6-c7c0889bcc50', 'x-compute-request-id': 'req-c98dcc1a-0a9b-41cb-87b6-c7c0889bcc50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:41,300 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.078s
2026-06-25 18:45:41,301 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-839f844f-fa64-434c-9a08-f238395069a4', 'x-compute-request-id': 'req-839f844f-fa64-434c-9a08-f238395069a4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:42,405 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.101s
2026-06-25 18:45:42,405 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8065e69d-28f2-4ffd-ba20-3459681e44c9', 'x-compute-request-id': 'req-8065e69d-28f2-4ffd-ba20-3459681e44c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:43,495 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.085s
2026-06-25 18:45:43,496 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-482918d4-08e1-43a6-8d5a-620ed1c5f314', 'x-compute-request-id': 'req-482918d4-08e1-43a6-8d5a-620ed1c5f314', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:44,564 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.066s
2026-06-25 18:45:44,565 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27a92963-ecde-47a1-84a8-d586513d0f0c', 'x-compute-request-id': 'req-27a92963-ecde-47a1-84a8-d586513d0f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:45,643 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.075s
2026-06-25 18:45:45,644 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75a3c406-c1df-4aa0-85f2-ce25a8fa10de', 'x-compute-request-id': 'req-75a3c406-c1df-4aa0-85f2-ce25a8fa10de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:46,718 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.069s
2026-06-25 18:45:46,719 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9bf27c8-f59b-451c-86b2-cba1e449e314', 'x-compute-request-id': 'req-e9bf27c8-f59b-451c-86b2-cba1e449e314', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:47,779 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.057s
2026-06-25 18:45:47,779 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdd14bc9-69e5-4e5e-b573-03bad47cf244', 'x-compute-request-id': 'req-bdd14bc9-69e5-4e5e-b573-03bad47cf244', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:48,898 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.115s
2026-06-25 18:45:48,898 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e235588-537f-49f2-9be8-6ff8832e1b7d', 'x-compute-request-id': 'req-8e235588-537f-49f2-9be8-6ff8832e1b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:49,993 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.090s
2026-06-25 18:45:49,994 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a6d425e-2917-4c93-8729-f5ac093b11e4', 'x-compute-request-id': 'req-2a6d425e-2917-4c93-8729-f5ac093b11e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:51,082 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.085s
2026-06-25 18:45:51,082 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71cbc635-4eea-47a9-9ae1-2e158325e016', 'x-compute-request-id': 'req-71cbc635-4eea-47a9-9ae1-2e158325e016', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:52,165 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.079s
2026-06-25 18:45:52,165 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2795f87d-b826-4432-b9ed-cba8f259f041', 'x-compute-request-id': 'req-2795f87d-b826-4432-b9ed-cba8f259f041', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:53,240 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.071s
2026-06-25 18:45:53,241 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f5912ef-a1f7-44a4-96df-1d8c78628ee3', 'x-compute-request-id': 'req-9f5912ef-a1f7-44a4-96df-1d8c78628ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:54,314 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.070s
2026-06-25 18:45:54,315 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2fac4f1-c2e6-470c-b08e-a92a41769816', 'x-compute-request-id': 'req-b2fac4f1-c2e6-470c-b08e-a92a41769816', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:55,394 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.077s
2026-06-25 18:45:55,394 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adbf2795-6a46-4402-a8c8-0db7049483c3', 'x-compute-request-id': 'req-adbf2795-6a46-4402-a8c8-0db7049483c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:56,475 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.077s
2026-06-25 18:45:56,475 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6470c28-d982-4f14-b736-5f67e88a3a46', 'x-compute-request-id': 'req-a6470c28-d982-4f14-b736-5f67e88a3a46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:57,575 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.096s
2026-06-25 18:45:57,576 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fffeaa4-b876-4c2c-8c97-b590e78bc307', 'x-compute-request-id': 'req-9fffeaa4-b876-4c2c-8c97-b590e78bc307', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:58,704 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.125s
2026-06-25 18:45:58,705 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87cd7423-263e-4832-b495-f26c81d24d62', 'x-compute-request-id': 'req-87cd7423-263e-4832-b495-f26c81d24d62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:45:59,783 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.075s
2026-06-25 18:45:59,784 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:45:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b2eb4e1-dd9d-49d1-b4d9-7e2d970fcd6c', 'x-compute-request-id': 'req-1b2eb4e1-dd9d-49d1-b4d9-7e2d970fcd6c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:00,961 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.172s
2026-06-25 18:46:00,961 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc4a976d-95cb-4ecf-8dd1-6ce0b1c6f121', 'x-compute-request-id': 'req-cc4a976d-95cb-4ecf-8dd1-6ce0b1c6f121', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:02,141 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.175s
2026-06-25 18:46:02,142 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff480650-0d39-4bd4-8c31-f3e99bec8440', 'x-compute-request-id': 'req-ff480650-0d39-4bd4-8c31-f3e99bec8440', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:03,288 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.143s
2026-06-25 18:46:03,288 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e43bf89-b595-4d44-8527-d0934c724938', 'x-compute-request-id': 'req-9e43bf89-b595-4d44-8527-d0934c724938', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:04,391 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.099s
2026-06-25 18:46:04,392 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b1dc996-8ad7-4071-bad5-1fbeb42d9fad', 'x-compute-request-id': 'req-2b1dc996-8ad7-4071-bad5-1fbeb42d9fad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:05,482 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.087s
2026-06-25 18:46:05,483 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2b5ea05-4ebd-4d5e-9c07-5af8513e7364', 'x-compute-request-id': 'req-e2b5ea05-4ebd-4d5e-9c07-5af8513e7364', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:06,569 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.084s
2026-06-25 18:46:06,569 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14a5d7cc-f93c-4c24-8da0-52bdbc2aa1c3', 'x-compute-request-id': 'req-14a5d7cc-f93c-4c24-8da0-52bdbc2aa1c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:07,651 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.078s
2026-06-25 18:46:07,652 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f44c0cb-e9bf-4642-995f-19f3ec93f137', 'x-compute-request-id': 'req-8f44c0cb-e9bf-4642-995f-19f3ec93f137', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:08,744 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.086s
2026-06-25 18:46:08,744 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6aa38a0-6472-4e9d-97e9-be3d3c3da18a', 'x-compute-request-id': 'req-a6aa38a0-6472-4e9d-97e9-be3d3c3da18a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:09,812 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.064s
2026-06-25 18:46:09,812 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9972d2f2-34b7-468f-b11b-bd283d94dc3c', 'x-compute-request-id': 'req-9972d2f2-34b7-468f-b11b-bd283d94dc3c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:10,891 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.077s
2026-06-25 18:46:10,891 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea9edad0-5ced-4354-b626-03da0ea120f2', 'x-compute-request-id': 'req-ea9edad0-5ced-4354-b626-03da0ea120f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:11,985 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.089s
2026-06-25 18:46:11,986 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33ed9a60-3881-4153-9f91-64e57194913f', 'x-compute-request-id': 'req-33ed9a60-3881-4153-9f91-64e57194913f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:13,063 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.073s
2026-06-25 18:46:13,063 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-169f9484-120f-431b-9a01-0ab372f1ae68', 'x-compute-request-id': 'req-169f9484-120f-431b-9a01-0ab372f1ae68', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:14,182 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.116s
2026-06-25 18:46:14,183 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6651c547-d9f2-4ddb-ba50-12b5e92c3c1a', 'x-compute-request-id': 'req-6651c547-d9f2-4ddb-ba50-12b5e92c3c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:15,286 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.098s
2026-06-25 18:46:15,287 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4648b4b-2085-4c2c-9084-028820199724', 'x-compute-request-id': 'req-a4648b4b-2085-4c2c-9084-028820199724', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:16,396 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.107s
2026-06-25 18:46:16,397 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91e13840-9d5c-40a6-b179-fee72ba530e7', 'x-compute-request-id': 'req-91e13840-9d5c-40a6-b179-fee72ba530e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:17,496 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.096s
2026-06-25 18:46:17,496 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9667c8a4-02de-4be7-b361-6e93f8155603', 'x-compute-request-id': 'req-9667c8a4-02de-4be7-b361-6e93f8155603', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:18,660 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.161s
2026-06-25 18:46:18,661 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd028907-9c70-47e0-bca4-5ccfd41bfa45', 'x-compute-request-id': 'req-dd028907-9c70-47e0-bca4-5ccfd41bfa45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:19,768 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.102s
2026-06-25 18:46:19,768 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3018e25-e7ca-4e7b-b4af-4cc9a27e63a8', 'x-compute-request-id': 'req-f3018e25-e7ca-4e7b-b4af-4cc9a27e63a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:20,866 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.095s
2026-06-25 18:46:20,867 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb812b1f-6f60-4fee-80c9-1873f5ab8107', 'x-compute-request-id': 'req-bb812b1f-6f60-4fee-80c9-1873f5ab8107', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:21,947 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.076s
2026-06-25 18:46:21,948 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2382b64-cb4f-4edd-919e-25a3ee718c44', 'x-compute-request-id': 'req-b2382b64-cb4f-4edd-919e-25a3ee718c44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:23,020 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.070s
2026-06-25 18:46:23,020 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65525825-3f00-4bd5-8143-b48f2cd37b86', 'x-compute-request-id': 'req-65525825-3f00-4bd5-8143-b48f2cd37b86', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:24,106 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.083s
2026-06-25 18:46:24,107 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdd0356e-f9cf-4237-adef-6548031ed78e', 'x-compute-request-id': 'req-fdd0356e-f9cf-4237-adef-6548031ed78e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:25,203 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.090s
2026-06-25 18:46:25,203 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0304e20b-6e6b-43b5-a5a3-0eb955b32934', 'x-compute-request-id': 'req-0304e20b-6e6b-43b5-a5a3-0eb955b32934', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:26,294 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.086s
2026-06-25 18:46:26,295 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-757f9b80-7921-41ee-8837-b5d56209aa8f', 'x-compute-request-id': 'req-757f9b80-7921-41ee-8837-b5d56209aa8f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:27,379 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.081s
2026-06-25 18:46:27,379 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66272ad7-f152-440f-a63b-7712405097e9', 'x-compute-request-id': 'req-66272ad7-f152-440f-a63b-7712405097e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:28,467 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.084s
2026-06-25 18:46:28,467 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-519541e0-3958-4b6d-917d-4341beb4fee9', 'x-compute-request-id': 'req-519541e0-3958-4b6d-917d-4341beb4fee9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:29,538 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.065s
2026-06-25 18:46:29,538 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8486f54c-8a23-4837-88c4-990ff0878030', 'x-compute-request-id': 'req-8486f54c-8a23-4837-88c4-990ff0878030', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:30,622 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.081s
2026-06-25 18:46:30,622 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19f4e2ad-bef3-4467-a36b-30e8fa6c40c3', 'x-compute-request-id': 'req-19f4e2ad-bef3-4467-a36b-30e8fa6c40c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:31,689 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.064s
2026-06-25 18:46:31,690 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea1a1349-b27a-4d71-b981-28e86aa4f207', 'x-compute-request-id': 'req-ea1a1349-b27a-4d71-b981-28e86aa4f207', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:32,772 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.079s
2026-06-25 18:46:32,772 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e450d523-9050-4d0e-a4e6-da24022de7d6', 'x-compute-request-id': 'req-e450d523-9050-4d0e-a4e6-da24022de7d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:33,849 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.073s
2026-06-25 18:46:33,849 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d0f1417-38c3-41bb-a169-8b5ca5b7c920', 'x-compute-request-id': 'req-6d0f1417-38c3-41bb-a169-8b5ca5b7c920', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:34,913 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.061s
2026-06-25 18:46:34,914 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97a8d82b-6585-4871-b65b-0f6792396590', 'x-compute-request-id': 'req-97a8d82b-6585-4871-b65b-0f6792396590', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:35,972 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.056s
2026-06-25 18:46:35,972 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c338b75-d51b-4f9f-a638-8c9841eea6be', 'x-compute-request-id': 'req-1c338b75-d51b-4f9f-a638-8c9841eea6be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:37,226 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.250s
2026-06-25 18:46:37,226 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff055f69-21d2-4b48-90aa-ece4ad30e727', 'x-compute-request-id': 'req-ff055f69-21d2-4b48-90aa-ece4ad30e727', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:38,321 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.092s
2026-06-25 18:46:38,322 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e77cd8d4-400f-4328-b5d6-5fbd5aea5e3b', 'x-compute-request-id': 'req-e77cd8d4-400f-4328-b5d6-5fbd5aea5e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:39,397 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.073s
2026-06-25 18:46:39,398 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-541252c2-ac9f-4c68-8707-2bd9ea850fc7', 'x-compute-request-id': 'req-541252c2-ac9f-4c68-8707-2bd9ea850fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:40,462 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.061s
2026-06-25 18:46:40,463 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9a3def2-2eac-443d-8928-a2365233aeba', 'x-compute-request-id': 'req-f9a3def2-2eac-443d-8928-a2365233aeba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:41,585 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.120s
2026-06-25 18:46:41,586 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-409fc67d-6490-4673-96e4-b40c6da984e4', 'x-compute-request-id': 'req-409fc67d-6490-4673-96e4-b40c6da984e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:42,692 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.104s
2026-06-25 18:46:42,693 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a0578be-c8d9-47a0-a4ad-29290ce03574', 'x-compute-request-id': 'req-5a0578be-c8d9-47a0-a4ad-29290ce03574', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:43,785 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.089s
2026-06-25 18:46:43,786 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad88486a-28cb-4bae-bade-424761646d97', 'x-compute-request-id': 'req-ad88486a-28cb-4bae-bade-424761646d97', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:44,914 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.125s
2026-06-25 18:46:44,914 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fb00081-adaa-47dc-9d95-56dae6fa554d', 'x-compute-request-id': 'req-1fb00081-adaa-47dc-9d95-56dae6fa554d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:45,992 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.075s
2026-06-25 18:46:45,992 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aec7921a-9ddd-438a-a269-cb535983baa0', 'x-compute-request-id': 'req-aec7921a-9ddd-438a-a269-cb535983baa0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:47,076 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.080s
2026-06-25 18:46:47,077 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5de70ef-bdfb-4e59-82c5-116a978ba82a', 'x-compute-request-id': 'req-b5de70ef-bdfb-4e59-82c5-116a978ba82a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:48,154 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.074s
2026-06-25 18:46:48,155 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04ba51cd-19cd-4877-8005-11a6813038a4', 'x-compute-request-id': 'req-04ba51cd-19cd-4877-8005-11a6813038a4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:49,228 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.069s
2026-06-25 18:46:49,228 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc7f66eb-e0e1-40dc-a910-9d72f9752af0', 'x-compute-request-id': 'req-fc7f66eb-e0e1-40dc-a910-9d72f9752af0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:50,334 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.102s
2026-06-25 18:46:50,335 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc2dea0e-d049-4f7b-9e81-99ca008f32cf', 'x-compute-request-id': 'req-bc2dea0e-d049-4f7b-9e81-99ca008f32cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:51,423 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.085s
2026-06-25 18:46:51,423 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e82963f2-a6a5-497f-b841-1e085802cbe6', 'x-compute-request-id': 'req-e82963f2-a6a5-497f-b841-1e085802cbe6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:52,508 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.081s
2026-06-25 18:46:52,508 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c784ec6-ab48-4f20-847a-06a2b8d43e3c', 'x-compute-request-id': 'req-1c784ec6-ab48-4f20-847a-06a2b8d43e3c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:53,585 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.075s
2026-06-25 18:46:53,586 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1407319e-8f62-46f0-bcb1-e3d0ece3b229', 'x-compute-request-id': 'req-1407319e-8f62-46f0-bcb1-e3d0ece3b229', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:54,664 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.075s
2026-06-25 18:46:54,665 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11aa307e-543e-49f4-a1fa-fa314b303b27', 'x-compute-request-id': 'req-11aa307e-543e-49f4-a1fa-fa314b303b27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:55,742 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.074s
2026-06-25 18:46:55,742 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3685910-eee4-4ccf-8acc-3055244f67cd', 'x-compute-request-id': 'req-e3685910-eee4-4ccf-8acc-3055244f67cd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:56,832 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.086s
2026-06-25 18:46:56,832 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dce9a186-4599-4d27-ae6a-8b3bdd73de0a', 'x-compute-request-id': 'req-dce9a186-4599-4d27-ae6a-8b3bdd73de0a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:57,916 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.080s
2026-06-25 18:46:57,916 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30c48d4c-b8f4-4776-a60c-7a626882cf5d', 'x-compute-request-id': 'req-30c48d4c-b8f4-4776-a60c-7a626882cf5d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:46:59,042 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.123s
2026-06-25 18:46:59,042 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:46:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ba5a1fc-4fc4-4e9d-854e-824173e22725', 'x-compute-request-id': 'req-4ba5a1fc-4fc4-4e9d-854e-824173e22725', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:47:00,121 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.075s
2026-06-25 18:47:00,121 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e2d139f-7839-428d-8f42-443779d98b3d', 'x-compute-request-id': 'req-0e2d139f-7839-428d-8f42-443779d98b3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:47:01,222 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.096s
2026-06-25 18:47:01,222 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-390c9f73-79a0-4a2f-94ce-5088ceb14f19', 'x-compute-request-id': 'req-390c9f73-79a0-4a2f-94ce-5088ceb14f19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:47:02,308 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments 0.081s
2026-06-25 18:47:02,309 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82473b32-71a2-41c2-8c2a-6cc98fce0fb1', 'x-compute-request-id': 'req-82473b32-71a2-41c2-8c2a-6cc98fce0fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "volumeId": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "serverId": "5d310695-94d9-42fc-be1a-3a47c355677d", "device": "/dev/vdb"}]}'
2026-06-25 18:47:03,884 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 POST http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/action 0.570s
2026-06-25 18:47:03,885 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:03 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-bbe41d3b-3551-4168-872c-82dc2396ad8e', 'x-compute-request-id': 'req-bbe41d3b-3551-4168-872c-82dc2396ad8e', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5d310695-94d9-42fc-be1a-3a47c355677d could not be found."}}'
2026-06-25 18:47:03,986 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.100s
2026-06-25 18:47:03,986 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd2e46e0-a68c-4ae4-89ae-e705d4764be2', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd2e46e0-a68c-4ae4-89ae-e705d4764be2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:05,090 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.087s
2026-06-25 18:47:05,091 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24e9d31e-3a56-44ed-a093-338254450daa', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24e9d31e-3a56-44ed-a093-338254450daa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:06,220 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.116s
2026-06-25 18:47:06,220 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e73f225-1e85-483c-abb4-d679225df4c0', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e73f225-1e85-483c-abb4-d679225df4c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:07,326 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.093s
2026-06-25 18:47:07,327 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e433e83b-e849-48d1-b88e-1ad9ddec1128', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e433e83b-e849-48d1-b88e-1ad9ddec1128', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:08,412 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.069s
2026-06-25 18:47:08,413 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-472adea4-0a25-418e-9c12-84057f3ba2b2', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-472adea4-0a25-418e-9c12-84057f3ba2b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:09,492 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.066s
2026-06-25 18:47:09,492 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b1d8c1-37ac-4056-a27d-2774fcac466d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b1d8c1-37ac-4056-a27d-2774fcac466d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:10,613 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.106s
2026-06-25 18:47:10,614 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb774e68-4560-4b89-900b-83c77b793553', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb774e68-4560-4b89-900b-83c77b793553', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:11,731 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.095s
2026-06-25 18:47:11,731 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6601e04c-e0fc-40dc-b5b8-76aab4983a32', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6601e04c-e0fc-40dc-b5b8-76aab4983a32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:12,861 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.118s
2026-06-25 18:47:12,862 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5ac0786-2004-4759-b92d-21f536c53fa7', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5ac0786-2004-4759-b92d-21f536c53fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:13,953 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.077s
2026-06-25 18:47:13,954 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fc7c9b3-90b4-46f0-888c-c7329933d88f', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fc7c9b3-90b4-46f0-888c-c7329933d88f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:15,087 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.120s
2026-06-25 18:47:15,087 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-165521fd-3eaf-4484-9097-da8a20ad35be', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-165521fd-3eaf-4484-9097-da8a20ad35be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:16,172 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.071s
2026-06-25 18:47:16,172 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3cedf30-6d1e-4dc4-a220-55ada49d7877', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3cedf30-6d1e-4dc4-a220-55ada49d7877', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:17,240 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.056s
2026-06-25 18:47:17,240 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54c48851-0ebe-448e-89f0-087693fb43d8', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54c48851-0ebe-448e-89f0-087693fb43d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:18,338 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.087s
2026-06-25 18:47:18,340 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3b3f94-5567-46d3-8e69-bc311b127aba', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed3b3f94-5567-46d3-8e69-bc311b127aba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:19,416 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.061s
2026-06-25 18:47:19,416 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22e16f83-8359-41c7-976f-ba2a9f53e8b4', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22e16f83-8359-41c7-976f-ba2a9f53e8b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:20,532 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.101s
2026-06-25 18:47:20,532 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80497b3c-9f4c-4aa8-97b0-5e5a76cd7e95', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80497b3c-9f4c-4aa8-97b0-5e5a76cd7e95', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:21,664 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.110s
2026-06-25 18:47:21,664 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18523979-1c35-4ae1-a73a-b691de2988a3', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18523979-1c35-4ae1-a73a-b691de2988a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:22,751 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.070s
2026-06-25 18:47:22,753 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-955517f0-9717-4693-89b4-2fe7038f8182', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-955517f0-9717-4693-89b4-2fe7038f8182', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:23,845 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.076s
2026-06-25 18:47:23,846 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2107e85-20af-41cf-bfd2-162673acea36', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2107e85-20af-41cf-bfd2-162673acea36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:24,934 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.075s
2026-06-25 18:47:24,934 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff5a902d-d577-4191-ae1c-801d6e52d8bf', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff5a902d-d577-4191-ae1c-801d6e52d8bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:26,011 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.063s
2026-06-25 18:47:26,012 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d53e0c8e-d1d8-4346-8c94-50ae9aff2427', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d53e0c8e-d1d8-4346-8c94-50ae9aff2427', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:27,144 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.113s
2026-06-25 18:47:27,144 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24432025-27a8-4a5d-b7db-50e015da48af', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24432025-27a8-4a5d-b7db-50e015da48af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:28,225 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.067s
2026-06-25 18:47:28,226 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a3dcf7e-6a41-4723-b59f-313d495cf10b', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a3dcf7e-6a41-4723-b59f-313d495cf10b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:29,303 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.064s
2026-06-25 18:47:29,303 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87b5c52e-2450-42a0-9be5-0e0103d89611', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87b5c52e-2450-42a0-9be5-0e0103d89611', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:30,379 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.064s
2026-06-25 18:47:30,380 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d34ae330-924b-453f-a053-c4a07562926d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d34ae330-924b-453f-a053-c4a07562926d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:31,456 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.065s
2026-06-25 18:47:31,457 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-399fb35f-2aa7-475d-85f0-6051669757ab', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-399fb35f-2aa7-475d-85f0-6051669757ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:32,579 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.110s
2026-06-25 18:47:32,579 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28d06309-e7d8-4c2f-af12-ecffeefb7d6f', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28d06309-e7d8-4c2f-af12-ecffeefb7d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:33,693 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.100s
2026-06-25 18:47:33,694 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e7f67fb-a11b-4fcb-a1db-cf0a862381c4', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e7f67fb-a11b-4fcb-a1db-cf0a862381c4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:34,777 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.066s
2026-06-25 18:47:34,777 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8368275e-e14e-48ce-b632-5d6a1c7f9588', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8368275e-e14e-48ce-b632-5d6a1c7f9588', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:35,853 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.063s
2026-06-25 18:47:35,854 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-726ad6f3-bc03-468b-8045-2f80c8799d1a', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-726ad6f3-bc03-468b-8045-2f80c8799d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:36,931 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.065s
2026-06-25 18:47:36,932 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06a26ae9-a258-459d-aa4e-20c91bea4a98', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06a26ae9-a258-459d-aa4e-20c91bea4a98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:38,018 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.072s
2026-06-25 18:47:38,018 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88dda9ed-fbf7-4e77-8303-a44a91fedd3c', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88dda9ed-fbf7-4e77-8303-a44a91fedd3c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:39,139 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.106s
2026-06-25 18:47:39,140 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d10a1d-b633-4ab8-b1df-96e3a2b4dbe0', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d10a1d-b633-4ab8-b1df-96e3a2b4dbe0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:40,225 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.071s
2026-06-25 18:47:40,226 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be9be93-d52a-4665-a4b5-5c554c6321be', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be9be93-d52a-4665-a4b5-5c554c6321be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:41,405 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.163s
2026-06-25 18:47:41,406 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0e25f8e-2335-4245-afbf-2c785ce45d87', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0e25f8e-2335-4245-afbf-2c785ce45d87', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:42,509 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.090s
2026-06-25 18:47:42,509 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5342bd6a-f4cc-42a9-ba45-6db6846b46f1', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5342bd6a-f4cc-42a9-ba45-6db6846b46f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:43,635 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.113s
2026-06-25 18:47:43,636 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7208919d-fad3-4a33-b195-041892ef72b3', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7208919d-fad3-4a33-b195-041892ef72b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:44,718 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.071s
2026-06-25 18:47:44,718 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cfe154d-33db-4c3e-a6f9-4ff597e16622', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cfe154d-33db-4c3e-a6f9-4ff597e16622', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:45,876 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.145s
2026-06-25 18:47:45,877 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d3585d1-4e44-4c51-b5a7-a6c4c001f4aa', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d3585d1-4e44-4c51-b5a7-a6c4c001f4aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:47,049 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.157s
2026-06-25 18:47:47,049 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1311eea-cc5d-421b-aad0-bc8145085674', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1311eea-cc5d-421b-aad0-bc8145085674', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:48,174 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.109s
2026-06-25 18:47:48,174 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5255066d-1737-4e6d-90f3-902af234c435', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5255066d-1737-4e6d-90f3-902af234c435', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:49,284 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.093s
2026-06-25 18:47:49,285 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9314f1a-61a5-4007-9276-9d1c1f403eef', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9314f1a-61a5-4007-9276-9d1c1f403eef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:50,426 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.122s
2026-06-25 18:47:50,427 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b653c0e-d66d-4e7e-96a3-177bdbdc2202', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b653c0e-d66d-4e7e-96a3-177bdbdc2202', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:51,533 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.084s
2026-06-25 18:47:51,533 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74207dff-055c-4e97-be92-2e973f3aafdb', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74207dff-055c-4e97-be92-2e973f3aafdb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:52,717 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.170s
2026-06-25 18:47:52,718 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31930b00-fb1e-4928-b561-10f2ea42c5c5', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31930b00-fb1e-4928-b561-10f2ea42c5c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:53,886 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.152s
2026-06-25 18:47:53,887 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-921308f0-cd0b-42b4-b3bf-fb0826218c27', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-921308f0-cd0b-42b4-b3bf-fb0826218c27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:55,016 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.114s
2026-06-25 18:47:55,016 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e8e89d7-d70c-42cc-a05c-8bd0c314cb67', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e8e89d7-d70c-42cc-a05c-8bd0c314cb67', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:56,097 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.067s
2026-06-25 18:47:56,097 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10a30d2e-9d97-4b0a-8719-b704641c4509', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10a30d2e-9d97-4b0a-8719-b704641c4509', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:57,172 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.060s
2026-06-25 18:47:57,172 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c239c96a-d6a5-4f02-bc93-2d2076692290', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c239c96a-d6a5-4f02-bc93-2d2076692290', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:58,425 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.238s
2026-06-25 18:47:58,425 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e687246d-ba75-4628-92df-e946ea4907df', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e687246d-ba75-4628-92df-e946ea4907df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:47:59,572 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.132s
2026-06-25 18:47:59,573 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:47:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9672447b-af20-4207-bd48-a7d9ee34f302', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9672447b-af20-4207-bd48-a7d9ee34f302', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:00,706 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.118s
2026-06-25 18:48:00,706 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84740ca3-8e7a-45f1-9355-360872aa93d2', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84740ca3-8e7a-45f1-9355-360872aa93d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:01,784 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.060s
2026-06-25 18:48:01,788 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41340920-fce1-4479-a31b-dec083aa7a6b', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41340920-fce1-4479-a31b-dec083aa7a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:02,860 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.059s
2026-06-25 18:48:02,861 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4dd47dc-c17f-469a-80e4-3d3e67167b32', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4dd47dc-c17f-469a-80e4-3d3e67167b32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:03,939 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.066s
2026-06-25 18:48:03,940 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-185c5f51-58a2-40b3-8203-5114ab8879a0', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-185c5f51-58a2-40b3-8203-5114ab8879a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:05,013 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.061s
2026-06-25 18:48:05,014 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd4edeab-ebaa-4d21-b359-26587cdc916a', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd4edeab-ebaa-4d21-b359-26587cdc916a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:06,083 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.058s
2026-06-25 18:48:06,083 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48459915-2bbb-4e21-9b51-eb6e6270d95d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48459915-2bbb-4e21-9b51-eb6e6270d95d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:07,209 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.114s
2026-06-25 18:48:07,209 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f67ab2b0-e971-4058-9a61-09d88bf7cdc0', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f67ab2b0-e971-4058-9a61-09d88bf7cdc0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:08,355 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.135s
2026-06-25 18:48:08,356 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9412193b-f4f8-4520-bc4d-3447a2c43669', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9412193b-f4f8-4520-bc4d-3447a2c43669', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:09,487 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.116s
2026-06-25 18:48:09,487 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a2998a5-2306-42fb-af87-74c511909d97', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a2998a5-2306-42fb-af87-74c511909d97', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:10,596 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.092s
2026-06-25 18:48:10,597 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9f4d10d-7132-40b2-aafc-519f6889c16b', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9f4d10d-7132-40b2-aafc-519f6889c16b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:11,693 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.080s
2026-06-25 18:48:11,693 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9d10248-8906-4d4d-b879-0ecee3ebfa51', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9d10248-8906-4d4d-b879-0ecee3ebfa51', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:13,048 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.340s
2026-06-25 18:48:13,049 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e3910a8-c20b-4c4d-a88f-5d034b264632', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e3910a8-c20b-4c4d-a88f-5d034b264632', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:14,151 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.091s
2026-06-25 18:48:14,151 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f58d5c88-5b83-4536-b9b0-5596c911a4dd', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f58d5c88-5b83-4536-b9b0-5596c911a4dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:15,556 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.388s
2026-06-25 18:48:15,556 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2563451-2958-43f5-9161-d135cb722c2e', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2563451-2958-43f5-9161-d135cb722c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:16,619 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.047s
2026-06-25 18:48:16,620 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e4c19da-d311-4df9-95bd-602798301c62', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e4c19da-d311-4df9-95bd-602798301c62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:17,707 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.070s
2026-06-25 18:48:17,708 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-960e0265-381b-4e43-8ffc-9f0cb7ea57e1', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-960e0265-381b-4e43-8ffc-9f0cb7ea57e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:18,785 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.062s
2026-06-25 18:48:18,785 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efabbaf6-43f1-4ecb-ab04-f26ea8ce47e3', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efabbaf6-43f1-4ecb-ab04-f26ea8ce47e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:19,851 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.052s
2026-06-25 18:48:19,851 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009ada65-8940-4613-a95f-9cd43637242c', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009ada65-8940-4613-a95f-9cd43637242c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:20,922 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.054s
2026-06-25 18:48:20,922 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4570fd9a-bbd3-45da-870f-196c703d226c', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4570fd9a-bbd3-45da-870f-196c703d226c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:22,008 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.074s
2026-06-25 18:48:22,008 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05425312-30e2-4d06-8cf6-ef75e7552c44', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05425312-30e2-4d06-8cf6-ef75e7552c44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:23,085 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.063s
2026-06-25 18:48:23,085 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b40b962-4e58-470c-9e50-2c8f1e49c385', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b40b962-4e58-470c-9e50-2c8f1e49c385', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:24,162 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.065s
2026-06-25 18:48:24,163 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-541b3283-78e5-4bb7-abdc-d44722ef9e98', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-541b3283-78e5-4bb7-abdc-d44722ef9e98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:25,311 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.137s
2026-06-25 18:48:25,311 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c3eb5e-db33-4256-8aed-c878702d838b', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c3eb5e-db33-4256-8aed-c878702d838b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:26,423 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.096s
2026-06-25 18:48:26,424 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d629bc39-3fd9-4152-a429-1f5ecb20ced5', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d629bc39-3fd9-4152-a429-1f5ecb20ced5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:27,504 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.065s
2026-06-25 18:48:27,505 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b72b9bbf-97dd-4996-acf5-d6a21fb6242c', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b72b9bbf-97dd-4996-acf5-d6a21fb6242c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:28,596 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.077s
2026-06-25 18:48:28,596 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10807528-eb09-4e7a-ab9f-cfa6885479eb', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10807528-eb09-4e7a-ab9f-cfa6885479eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:29,717 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.105s
2026-06-25 18:48:29,718 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7713b9a2-69e3-4933-b12f-a9511cbfb3af', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7713b9a2-69e3-4933-b12f-a9511cbfb3af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:30,783 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.050s
2026-06-25 18:48:30,783 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f353b124-5521-4e9b-8ecd-c2cfa5f566a9', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f353b124-5521-4e9b-8ecd-c2cfa5f566a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:31,850 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.054s
2026-06-25 18:48:31,850 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1af67e5d-e7f9-48bb-875f-3fc504dd57c7', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1af67e5d-e7f9-48bb-875f-3fc504dd57c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:32,947 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.081s
2026-06-25 18:48:32,947 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d90c1ef8-04d3-41b2-b15d-edbb17d4467c', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d90c1ef8-04d3-41b2-b15d-edbb17d4467c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:34,054 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.092s
2026-06-25 18:48:34,054 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e730d0d2-566d-4206-aee9-d5fcc3953211', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e730d0d2-566d-4206-aee9-d5fcc3953211', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:35,798 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.729s
2026-06-25 18:48:35,799 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a33472f-7859-4967-902f-30ab8ec159f6', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a33472f-7859-4967-902f-30ab8ec159f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:36,890 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.074s
2026-06-25 18:48:36,890 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-393528a8-6b00-44d7-88f6-35ee498dcf2f', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-393528a8-6b00-44d7-88f6-35ee498dcf2f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:38,003 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.095s
2026-06-25 18:48:38,004 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0a3887b-d413-486b-9398-5d4be2c5e9ce', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0a3887b-d413-486b-9398-5d4be2c5e9ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:39,133 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.114s
2026-06-25 18:48:39,134 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bde0edf-4cfc-4779-a51b-c48605203b7d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bde0edf-4cfc-4779-a51b-c48605203b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:40,241 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.093s
2026-06-25 18:48:40,241 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6d851ed-59b4-4687-8af9-7e850af259ef', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6d851ed-59b4-4687-8af9-7e850af259ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:41,332 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.075s
2026-06-25 18:48:41,332 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69cfb3b0-275b-45e2-8ea7-e9c54d3d2ed5', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69cfb3b0-275b-45e2-8ea7-e9c54d3d2ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:42,401 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.056s
2026-06-25 18:48:42,401 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-302aa053-8fe4-4c2d-a0fb-4485e62934bb', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-302aa053-8fe4-4c2d-a0fb-4485e62934bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:43,466 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.054s
2026-06-25 18:48:43,466 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e5e7bfd-6c31-4415-ab8e-514e230914ec', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e5e7bfd-6c31-4415-ab8e-514e230914ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:44,529 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.052s
2026-06-25 18:48:44,530 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca5091bf-cdcc-4dab-a9d5-c14fba8aaba5', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca5091bf-cdcc-4dab-a9d5-c14fba8aaba5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:45,597 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.057s
2026-06-25 18:48:45,598 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b1fbbdb-ea02-4407-9218-e3702987bc3d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b1fbbdb-ea02-4407-9218-e3702987bc3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:46,687 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.077s
2026-06-25 18:48:46,687 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12724b7f-692b-4310-b832-463ebabef5ad', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12724b7f-692b-4310-b832-463ebabef5ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:47,766 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.067s
2026-06-25 18:48:47,766 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd434e56-a745-4316-8d68-02cc9b297940', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd434e56-a745-4316-8d68-02cc9b297940', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:48,869 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.085s
2026-06-25 18:48:48,870 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9adf017-6433-4c24-a7cf-ab61bc71abef', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9adf017-6433-4c24-a7cf-ab61bc71abef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:49,956 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.072s
2026-06-25 18:48:49,956 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5bd46f3-fb43-4a26-b7d2-941ff88dbdc9', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5bd46f3-fb43-4a26-b7d2-941ff88dbdc9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:51,076 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.107s
2026-06-25 18:48:51,077 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650e6025-59f2-4ef5-b508-0dff39ed4317', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650e6025-59f2-4ef5-b508-0dff39ed4317', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:52,144 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.054s
2026-06-25 18:48:52,144 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf31c2d9-08c2-48e7-9b7f-c4779a85eb32', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf31c2d9-08c2-48e7-9b7f-c4779a85eb32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:53,220 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.063s
2026-06-25 18:48:53,220 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b451fbc3-67b5-4d2e-97a9-041e6a23d1ff', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b451fbc3-67b5-4d2e-97a9-041e6a23d1ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:54,376 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.143s
2026-06-25 18:48:54,376 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ccdea07-7ab3-4149-ad66-de1e206b0435', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ccdea07-7ab3-4149-ad66-de1e206b0435', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:55,525 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.132s
2026-06-25 18:48:55,525 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a1a223-bd0e-4730-a5f4-b62a6be71c9d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a1a223-bd0e-4730-a5f4-b62a6be71c9d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:56,746 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.207s
2026-06-25 18:48:56,747 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffb93ce2-fe07-4d44-bf0b-cd8e26dab391', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffb93ce2-fe07-4d44-bf0b-cd8e26dab391', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:57,901 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.139s
2026-06-25 18:48:57,902 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2637806a-9d28-485a-a300-619e298b57cc', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2637806a-9d28-485a-a300-619e298b57cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:48:58,981 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.063s
2026-06-25 18:48:58,981 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b11a436-50ad-4491-8775-88d4072e8328', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b11a436-50ad-4491-8775-88d4072e8328', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:00,046 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.050s
2026-06-25 18:49:00,046 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:48:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e0a3aa2-49d7-4189-b630-f6e1be351c4e', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e0a3aa2-49d7-4189-b630-f6e1be351c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:01,133 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.075s
2026-06-25 18:49:01,133 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df61c9f-110f-4d75-8083-c9e4ef067936', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df61c9f-110f-4d75-8083-c9e4ef067936', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:02,234 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.089s
2026-06-25 18:49:02,236 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-148d514e-1fd5-4837-b15a-08043f7bbdc7', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-148d514e-1fd5-4837-b15a-08043f7bbdc7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:03,322 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.070s
2026-06-25 18:49:03,322 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb0f931a-28df-486d-aa3b-09a3ce93706d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb0f931a-28df-486d-aa3b-09a3ce93706d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:04,401 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.066s
2026-06-25 18:49:04,402 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c74c1d-2138-4ce5-85b0-b9235d03c123', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c74c1d-2138-4ce5-85b0-b9235d03c123', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:05,471 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.055s
2026-06-25 18:49:05,472 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bef1eb0-540c-4a95-aa1f-acfea40b1097', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bef1eb0-540c-4a95-aa1f-acfea40b1097', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:06,564 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.068s
2026-06-25 18:49:06,565 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5427da7-5e8d-4834-9ed0-f408c92e2c9d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5427da7-5e8d-4834-9ed0-f408c92e2c9d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:07,657 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.073s
2026-06-25 18:49:07,657 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d90ab0d-a7ac-4bd3-a9c5-eff058523a62', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d90ab0d-a7ac-4bd3-a9c5-eff058523a62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:08,732 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.063s
2026-06-25 18:49:08,733 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc3ddbf3-022a-4bbf-8e9c-4a878272bab3', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc3ddbf3-022a-4bbf-8e9c-4a878272bab3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:09,805 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.060s
2026-06-25 18:49:09,806 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49154fea-8162-4cb7-a07a-b1158c55a911', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49154fea-8162-4cb7-a07a-b1158c55a911', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:10,892 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.073s
2026-06-25 18:49:10,892 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d16290a7-f94a-4657-8bc7-ccfeb3e853fa', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d16290a7-f94a-4657-8bc7-ccfeb3e853fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:11,960 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.058s
2026-06-25 18:49:11,961 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-638ff648-a1d8-429c-9d2d-6999238cb49d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-638ff648-a1d8-429c-9d2d-6999238cb49d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:13,041 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.060s
2026-06-25 18:49:13,042 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9f03c69-be01-404a-858c-e28f48ebec9d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9f03c69-be01-404a-858c-e28f48ebec9d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:14,110 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.056s
2026-06-25 18:49:14,111 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee1ef420-f202-49f2-bcc3-0a291909e70b', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee1ef420-f202-49f2-bcc3-0a291909e70b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:15,201 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.078s
2026-06-25 18:49:15,202 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c3e9deb-b260-4cc5-ae85-7a5ed768a580', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c3e9deb-b260-4cc5-ae85-7a5ed768a580', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:16,281 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.068s
2026-06-25 18:49:16,281 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4830953a-c0ab-4a11-a1b7-27ac24c91c57', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4830953a-c0ab-4a11-a1b7-27ac24c91c57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:17,394 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.098s
2026-06-25 18:49:17,394 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f868f5f-4def-4841-b700-0e9f017674d6', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f868f5f-4def-4841-b700-0e9f017674d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:18,472 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.065s
2026-06-25 18:49:18,472 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caf94886-0745-47b2-90a8-f61a5725bf81', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caf94886-0745-47b2-90a8-f61a5725bf81', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:19,560 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.073s
2026-06-25 18:49:19,560 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c73cc2cd-8c62-497d-aeb2-50270cca00b7', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c73cc2cd-8c62-497d-aeb2-50270cca00b7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:20,647 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.072s
2026-06-25 18:49:20,648 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7995a3e1-ac8b-49d1-b5e7-53edb9f1186c', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7995a3e1-ac8b-49d1-b5e7-53edb9f1186c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:21,764 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.103s
2026-06-25 18:49:21,765 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b7ad40a-52dd-4a96-8218-09f5fa344646', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b7ad40a-52dd-4a96-8218-09f5fa344646', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:22,921 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.141s
2026-06-25 18:49:22,922 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b074d6-7b6e-4ecd-b67f-41f0e589c78a', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b074d6-7b6e-4ecd-b67f-41f0e589c78a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:24,053 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.112s
2026-06-25 18:49:24,054 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ae4309a-8508-426a-bb58-78400cdb33db', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ae4309a-8508-426a-bb58-78400cdb33db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:25,226 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.157s
2026-06-25 18:49:25,227 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a398fe0-c1ed-427f-8821-31a811e67d04', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a398fe0-c1ed-427f-8821-31a811e67d04', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:26,443 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.197s
2026-06-25 18:49:26,444 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82e7e6b1-b958-498c-a2a3-02fb0d04adfa', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82e7e6b1-b958-498c-a2a3-02fb0d04adfa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:27,684 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.218s
2026-06-25 18:49:27,684 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2b6d18d-5af5-4b3a-be07-f3997291a181', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2b6d18d-5af5-4b3a-be07-f3997291a181', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:28,781 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.079s
2026-06-25 18:49:28,781 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-118b65e5-5e4e-4336-914f-4f1ae7e92227', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-118b65e5-5e4e-4336-914f-4f1ae7e92227', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:29,862 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.066s
2026-06-25 18:49:29,862 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e58b56af-07c8-4f35-b90b-903a184ba290', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e58b56af-07c8-4f35-b90b-903a184ba290', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:30,933 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.060s
2026-06-25 18:49:30,934 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11f20537-4d31-4f88-871b-33e204a1a1bd', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11f20537-4d31-4f88-871b-33e204a1a1bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:32,009 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.062s
2026-06-25 18:49:32,009 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c0a57a-af2a-45c5-9aeb-88aa48693c84', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c0a57a-af2a-45c5-9aeb-88aa48693c84', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:33,289 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.263s
2026-06-25 18:49:33,289 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f6c2a77-e92e-4171-8a7f-3d6328e68d37', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f6c2a77-e92e-4171-8a7f-3d6328e68d37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:34,496 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.188s
2026-06-25 18:49:34,497 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a90f2e0-6165-45ae-b77c-2d6f4a731b49', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a90f2e0-6165-45ae-b77c-2d6f4a731b49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:35,738 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.222s
2026-06-25 18:49:35,739 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4ba8add-9666-46f5-81fe-4a644d66025f', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4ba8add-9666-46f5-81fe-4a644d66025f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:36,889 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.129s
2026-06-25 18:49:36,889 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eea7d4f-c9c0-4bbd-b7f8-3c7d2050b881', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eea7d4f-c9c0-4bbd-b7f8-3c7d2050b881', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:37,964 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.062s
2026-06-25 18:49:37,965 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18dcdf73-ff24-4b0b-9c5c-a29d1d32cc79', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18dcdf73-ff24-4b0b-9c5c-a29d1d32cc79', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:39,038 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.062s
2026-06-25 18:49:39,039 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0ad2d71-5510-42f5-997c-5f1c8875fe00', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0ad2d71-5510-42f5-997c-5f1c8875fe00', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:40,162 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.108s
2026-06-25 18:49:40,162 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8f7c525-22ff-44ad-9887-401ba838baf7', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8f7c525-22ff-44ad-9887-401ba838baf7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:41,298 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.119s
2026-06-25 18:49:41,298 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c9869b5-43a0-4440-9ad9-e0df193a4d27', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c9869b5-43a0-4440-9ad9-e0df193a4d27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:42,409 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.096s
2026-06-25 18:49:42,410 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df789d1c-f2b6-4fd9-9a53-8538b73df7e8', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df789d1c-f2b6-4fd9-9a53-8538b73df7e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:43,483 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.059s
2026-06-25 18:49:43,483 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1457a2f2-14e1-4219-b7fb-f4236f139aa1', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1457a2f2-14e1-4219-b7fb-f4236f139aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:44,583 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.086s
2026-06-25 18:49:44,584 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c097f9-9970-422e-a553-f6863454f0fc', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c097f9-9970-422e-a553-f6863454f0fc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:45,698 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.099s
2026-06-25 18:49:45,700 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29cbf84e-e395-45a1-8d2c-b227790de817', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29cbf84e-e395-45a1-8d2c-b227790de817', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:46,786 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.070s
2026-06-25 18:49:46,787 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8bcda38-700c-48a9-8f30-366f21a6b204', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8bcda38-700c-48a9-8f30-366f21a6b204', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:47,896 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.093s
2026-06-25 18:49:47,896 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc699c06-d9df-4590-8938-b63cedf83d19', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc699c06-d9df-4590-8938-b63cedf83d19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:48,971 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.063s
2026-06-25 18:49:48,971 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f4209ba-0923-4363-8f6d-c63cba2d2798', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f4209ba-0923-4363-8f6d-c63cba2d2798', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:50,073 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.090s
2026-06-25 18:49:50,074 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32fd2293-fb8d-41df-8fe0-81178ef7181c', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32fd2293-fb8d-41df-8fe0-81178ef7181c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:51,155 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.069s
2026-06-25 18:49:51,155 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72f07abd-e099-4898-9595-86bf7ff6c0f1', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72f07abd-e099-4898-9595-86bf7ff6c0f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:52,220 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.051s
2026-06-25 18:49:52,220 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae73cb23-e5f8-498f-988f-30acf930183c', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae73cb23-e5f8-498f-988f-30acf930183c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:53,292 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.059s
2026-06-25 18:49:53,294 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db83614-014d-49ab-94c9-36927717da58', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db83614-014d-49ab-94c9-36927717da58', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:54,395 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.088s
2026-06-25 18:49:54,396 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33830120-f4d4-4fb1-bb38-877d069a7cde', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33830120-f4d4-4fb1-bb38-877d069a7cde', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:55,500 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.088s
2026-06-25 18:49:55,500 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a19d5ab3-7dfd-4d8b-969b-7130d08313cd', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a19d5ab3-7dfd-4d8b-969b-7130d08313cd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:56,646 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.131s
2026-06-25 18:49:56,646 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ef4782-01f3-4942-ae6f-f636d4e70572', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ef4782-01f3-4942-ae6f-f636d4e70572', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:57,759 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.098s
2026-06-25 18:49:57,759 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cad0352-0a1e-4d19-85c4-06e2dfaaadc7', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cad0352-0a1e-4d19-85c4-06e2dfaaadc7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:58,855 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.076s
2026-06-25 18:49:58,856 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-778a9c73-9cb5-4bba-9cc0-140736926454', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-778a9c73-9cb5-4bba-9cc0-140736926454', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:49:59,932 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.065s
2026-06-25 18:49:59,933 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:49:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dcc91a1-9e06-49a7-b5d7-02cd25c64a3e', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dcc91a1-9e06-49a7-b5d7-02cd25c64a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:01,053 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.107s
2026-06-25 18:50:01,054 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bc3ad06-f336-49e5-9910-acba60829656', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bc3ad06-f336-49e5-9910-acba60829656', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:02,150 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.083s
2026-06-25 18:50:02,150 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3a9cdc-7a20-4ffd-9778-d495354930c1', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3a9cdc-7a20-4ffd-9778-d495354930c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:03,250 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.085s
2026-06-25 18:50:03,250 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab64fa6-9463-4216-948a-bbddba4867a8', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab64fa6-9463-4216-948a-bbddba4867a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:04,376 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.110s
2026-06-25 18:50:04,376 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fc11006-6836-4aef-8437-e27499b18f5d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fc11006-6836-4aef-8437-e27499b18f5d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:05,562 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.172s
2026-06-25 18:50:05,563 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b93c651c-4812-4b57-8521-14aedab8b0d6', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b93c651c-4812-4b57-8521-14aedab8b0d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:06,666 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.087s
2026-06-25 18:50:06,666 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8feb8ec2-3780-47a1-8e17-0cbfee397414', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8feb8ec2-3780-47a1-8e17-0cbfee397414', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:07,783 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.103s
2026-06-25 18:50:07,784 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2898366c-fa42-42a3-bd8b-59e24b0f2987', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2898366c-fa42-42a3-bd8b-59e24b0f2987', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:08,861 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.062s
2026-06-25 18:50:08,861 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44fa4c51-8210-4d8f-8f19-2b8c879f3f56', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44fa4c51-8210-4d8f-8f19-2b8c879f3f56', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:09,938 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.064s
2026-06-25 18:50:09,938 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ec1cd95-9101-4446-8fed-a043cdc34c64', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ec1cd95-9101-4446-8fed-a043cdc34c64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:11,012 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.060s
2026-06-25 18:50:11,013 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed840240-e131-4124-bd74-e8953d608cc4', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed840240-e131-4124-bd74-e8953d608cc4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:12,083 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.059s
2026-06-25 18:50:12,084 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e8817e5-32e2-4296-911d-29b99dcfeb3d', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e8817e5-32e2-4296-911d-29b99dcfeb3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:13,150 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.054s
2026-06-25 18:50:13,150 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f3426a4-72e4-4cb3-81cb-98d069842c50', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f3426a4-72e4-4cb3-81cb-98d069842c50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:14,233 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.071s
2026-06-25 18:50:14,233 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38cf6663-a7c8-4da1-99bc-88f825a07cf3', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38cf6663-a7c8-4da1-99bc-88f825a07cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:15,322 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.078s
2026-06-25 18:50:15,323 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d0614a4-250b-417b-a885-73e5993d4435', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d0614a4-250b-417b-a885-73e5993d4435', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:16,402 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.065s
2026-06-25 18:50:16,402 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b77b045f-01b8-4fc4-915e-251aa5a6977f', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b77b045f-01b8-4fc4-915e-251aa5a6977f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:17,473 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.059s
2026-06-25 18:50:17,473 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9c2335-84be-4230-bdb4-79295bd943e8', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9c2335-84be-4230-bdb4-79295bd943e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:18,557 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.072s
2026-06-25 18:50:18,557 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fde3434f-55c2-41ce-bf21-aedf7a5597ce', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fde3434f-55c2-41ce-bf21-aedf7a5597ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:19,632 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.059s
2026-06-25 18:50:19,633 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-964b8421-f7e2-48c9-9362-ada024e3f22f', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-964b8421-f7e2-48c9-9362-ada024e3f22f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:20,724 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f 0.077s
2026-06-25 18:50:20,724 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e313bc6-27ed-4c38-921f-30cde9697037', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e313bc6-27ed-4c38-921f-30cde9697037', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f'}
Body: b'{"volume": {"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-25T16:42:31.000000", "updated_at": "2026-06-25T16:43:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-948092975", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.159/volume/v3/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}, {"rel": "bookmark", "href": "http://192.168.122.159/volume/volumes/e252c7ab-1767-476b-95a5-4adf0bf1a30f"}], "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "attachment_id": "d7efda56-91b3-4c28-835e-0710243f5639", "volume_id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f", "server_id": "5d310695-94d9-42fc-be1a-3a47c355677d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-25T16:43:37.000000"}], "os-vol-tenant-attr:tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e"}}'
2026-06-25 18:50:21,096 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.360s
2026-06-25 18:50:21,097 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:20 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-28da2aa3-d555-4561-9fdd-52c921d2802b', 'x-compute-request-id': 'req-28da2aa3-d555-4561-9fdd-52c921d2802b', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b''
2026-06-25 18:50:21,452 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.354s
2026-06-25 18:50:21,452 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1823', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38496e66-286a-4c5e-b503-e906d184c462', 'x-compute-request-id': 'req-38496e66-286a-4c5e-b503-e906d184c462', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "ERROR", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:50:21Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-25T16:43:45Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:50:22,842 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d 0.374s
2026-06-25 18:50:22,842 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1823', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-606fef94-14a4-4c13-acc1-bcec1657cf70', 'x-compute-request-id': 'req-606fef94-14a4-4c13-acc1-bcec1657cf70', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-2017920641-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:0c:d3"}]}, "created": "2026-06-25T16:42:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/flavors/42"}]}, "hostId": "4d568b52792150c1a789cd316019954448bbbdc7c3110e0486d3dccb", "id": "5d310695-94d9-42fc-be1a-3a47c355677d", "image": {"id": "13d2c77c-0a26-4e37-987d-c901fc51dbf2", "links": [{"rel": "bookmark", "href": "http://192.168.122.159/compute/images/13d2c77c-0a26-4e37-987d-c901fc51dbf2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.159/compute/v2.1/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}, {"rel": "bookmark", "href": "http://192.168.122.159/compute/servers/5d310695-94d9-42fc-be1a-3a47c355677d"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-2102952669", "status": "ERROR", "tenant_id": "dc46d0f8cddf4878a042cbd1ae9f221e", "user_id": "c020242bb8af4836abcf91d7bcf9ac5c", "updated": "2026-06-25T16:50:21Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-25T16:43:45Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1681278478", "OS-SRV-USG:launched_at": "2026-06-25T16:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1733658549"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "e252c7ab-1767-476b-95a5-4adf0bf1a30f"}]}}'
2026-06-25 18:50:22,904 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://192.168.122.159/compute/v2.1/os-keypairs/tempest-keypair-1681278478 0.045s
2026-06-25 18:50:22,904 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:22 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-ead88c8c-5d98-445f-8ee6-0ca85b30a3e2', 'x-compute-request-id': 'req-ead88c8c-5d98-445f-8ee6-0ca85b30a3e2', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.159/compute/v2.1/os-keypairs/tempest-keypair-1681278478'}
Body: b''
2026-06-25 18:50:22,976 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 409 DELETE http://192.168.122.159/networking/v2.0/security-groups/0c5647f0-db5c-4906-a36e-122f4432f131 0.070s
2026-06-25 18:50:22,977 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-173bbefd-369a-4f93-8436-27ecdc3d2795', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.159/networking/v2.0/security-groups/0c5647f0-db5c-4906-a36e-122f4432f131'}
Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group 0c5647f0-db5c-4906-a36e-122f4432f131 in use.", "detail": ""}}'
2026-06-25 18:50:22,977 94045 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group 0c5647f0-db5c-4906-a36e-122f4432f131 VM might not be deleted
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp)
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 0c5647f0-db5c-4906-a36e-122f4432f131 in use.', 'detail': ''}
2026-06-25 18:50:22.977 94045 ERROR tempest.lib.common.validation_resources
2026-06-25 18:50:23,931 94045 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.159/networking/v2.0/floatingips/55c511de-a1f6-4139-9bd1-878bb3cecf9b 0.947s
2026-06-25 18:50:23,932 94045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 25 Jun 2026 16:50:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-f069e245-db51-4fac-821a-4b82cde7f29f', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.159/networking/v2.0/floatingips/55c511de-a1f6-4139-9bd1-878bb3cecf9b'}
Body: b''
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 606, in _detach_volume
self.servers_client.detach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 498, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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/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 897, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'code': 409, 'message': "Cannot 'detach_volume' instance 5d310695-94d9-42fc-be1a-3a47c355677d while it is in vm_state error"}
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 480, in wait_for_volume_attachment_remove_from_server
console_output = client.get_console_output(server_id)['output']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 702, in get_console_output
return self.action(server_id, 'os-getConsoleOutput',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 243, in action
resp, body = self.post('servers/%s/action' % 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 877, in _error_checker
raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Instance 5d310695-94d9-42fc-be1a-3a47c355677d could not be found.'}
}}}
traceback-3: {{{
Traceback (most recent call last):
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 e252c7ab-1767-476b-95a5-4adf0bf1a30f failed to reach available status (current in-use) within the required time (196 s).
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
raise lib_exc.DeleteErrorException(details, server_id=server_id)
tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
Details: Server 5d310695-94d9-42fc-be1a-3a47c355677d failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-06-25T16:43:45Z', 'message': 'libvirtError'}.
}}}
traceback-5: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/venv/lib/python3.12/site-packages/fixtures/fixture.py", line 162, in cleanUp
return self._cleanups(raise_errors=raise_first) # type: ignore[misc]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/venv/lib/python3.12/site-packages/fixtures/callmany.py", line 121, in __call__
raise exc.with_traceback(error[2])
File "/opt/stack/tempest/.tox/venv/lib/python3.12/site-packages/fixtures/callmany.py", line 113, in __call__
cleanup(*args, **kwargs)
File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources
raise has_exception
File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources
security_group_client.delete_security_group(sec_id)
File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
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': 'SecurityGroupInUse', 'message': 'Security Group 0c5647f0-db5c-4906-a36e-122f4432f131 in use.', 'detail': ''}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 498, in test_rebuild_server_with_volume_attached
self._test_rebuild_server(
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 146, in _test_rebuild_server
waiters.wait_for_server_status(self.servers_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 5d310695-94d9-42fc-be1a-3a47c355677d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-06-25T16:43:45Z', 'message': 'libvirtError'}.
|
||||||
| cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt3.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]
|
||||||
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt3.2: 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.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt4.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt5.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt6.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt6.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt7.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt8.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_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt8.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt9.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
pt9.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt9.3: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt9.4: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt10.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt10.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt11.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt11.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt12.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeReplicationTest) |
skip
pt13.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication.VolumeReplicationTest)
|
||||||
VolumeReplicationTest) |
skip
pt13.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication.VolumeReplicationTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication_negative | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeReplicationNegativeTest) |
skip
pt14.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication_negative.VolumeReplicationNegativeTest)
|
||||||
VolumeReplicationNegativeTest) |
skip
pt14.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication_negative.VolumeReplicationNegativeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt15.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt15.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectReaderTests33) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectAdminTests39) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectMemberTests33) |
skip
pt17.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectReaderTests39) |
skip
pt17.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectAdminTests33) |
skip
pt17.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests39) |
skip
pt17.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
ProjectAdminTests) |
skip
pt18.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt20.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
VolumeTypesReaderTests) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt22.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt22.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt22.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt22.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt22.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt23.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 2 | 0 | 0 | 0 | 2 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt24.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt24.2: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 2 | 0 | 0 | 0 | 2 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt25.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt25.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeMultiattachTests) |
skip
pt26.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt26.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_replication | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeReplicationTest) |
skip
pt27.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_replication.VolumeReplicationTest)
|
||||||
VolumeReplicationTest) |
skip
pt27.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_replication.VolumeReplicationTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt28.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt28.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
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_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt34.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt34.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt35.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt36.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
VolumesBackupsTest) |
skip
pt36.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt37.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt38.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt39.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
pt40.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
pt40.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
pt41.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
pt42.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_server_rescue_negative.ServerRescueNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt43.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,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
pt44.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
pt44.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt45.1: 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
pt46.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
pt46.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
pt47.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
pt47.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
pt47.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
pt48.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
pt49.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt51.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
pt51.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
pt51.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
pt51.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
pt51.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
pt51.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
pt51.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
pt51.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt52.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
pt52.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
pt53.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
pt53.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
pt53.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
pt54.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
pt55.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
pt56.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
pt56.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
pt57.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
pt57.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
pt58.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
pt59.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt61.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
pt61.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
pt61.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
pt61.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
pt61.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
pt61.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
pt62.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
pt62.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
pt63.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
pt63.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
pt64.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
pt64.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
pt65.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt67.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
pt67.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
pt67.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
pt68.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt71.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
pt71.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
pt72.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
pt72.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]
|
||||||
| tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt73.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad]
|
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt73.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46]
|
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt73.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54]
|
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt73.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt74.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
pt74.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt78.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
pt79.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
pt80.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
pt81.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
pt82.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
pt82.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
pt83.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
pt83.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
pt84.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
pt85.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
pt85.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
pt86.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
pt86.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
pt87.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
pt87.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
pt88.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
pt88.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
pt89.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
pt89.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
pt90.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
pt90.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
pt90.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
pt90.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
pt90.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
pt90.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt91.1: 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
pt92.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt93.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
pt93.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
pt94.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
pt94.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
pt94.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
pt95.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 4 | 3 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt98.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt98.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt98.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]
|
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt98.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt100.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
pt100.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
pt100.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
pt100.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
pt100.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
pt100.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
pt101.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt102.1: 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
pt103.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
pt104.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
pt105.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
pt106.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| Total | 311 | 247 | 2 | 0 | 62 | ||