Status: Pass 248 Failure 2 Skip 56
| 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 0x77707dd46580>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (ServerActionsTestOtherA:tearDownClass) Failed to delete volume b39bede4-e3d3-4e97-ac89-cac18a8167b4 within the required time (196 s). Timer started at 1780120653. Timer ended at 1780120849. Waited for 196 s., <traceback object at 0x77707dba8f80>))
|
||||||
| 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-05-30 07:49:37,296 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://192.168.122.157/compute/v2.1/servers/de0ae950-a7d1-4203-b48e-ae33a1b13e92 0.312s
2026-05-30 07:49:37,297 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1683', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d0db1bb-20f2-455f-8397-db4faef64792', 'x-compute-request-id': 'req-6d0db1bb-20f2-455f-8397-db4faef64792', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/de0ae950-a7d1-4203-b48e-ae33a1b13e92'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:51:1b"}, {"version": 4, "addr": "172.24.4.237", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:51:1b"}]}, "created": "2026-05-30T05:48:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "de0ae950-a7d1-4203-b48e-ae33a1b13e92", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/de0ae950-a7d1-4203-b48e-ae33a1b13e92"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/de0ae950-a7d1-4203-b48e-ae33a1b13e92"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-1273403218", "status": "ACTIVE", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:48:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1021388716", "OS-SRV-USG:launched_at": "2026-05-30T05:48:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1189552154"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:38,019 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.157/volume/v3/volumes 0.704s
2026-05-30 07:49:38,020 86626 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-1190077217"}}
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed7548f5-f665-45e5-8002-21abb9418b29', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed7548f5-f665-45e5-8002-21abb9418b29', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.157/volume/v3/volumes'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:37.737860", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-30 07:49:38,458 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST http://192.168.122.157/identity/v3/auth/tokens 0.416s
2026-05-30 07:49:38,459 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:38 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-73d2f828-3de6-4c52-930a-35444c5fd97d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.157/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "05577826267e442d9eedcfa80c5d682d", "name": "tempest-ServerActionsTestOtherA-448241979-project-member", "password_expires_at": null}, "audit_ids": ["rQApyp8GQ9-fpOgg79Zb_A"], "expires_at": "2026-05-30T06:49:38.000000Z", "issued_at": "2026-05-30T05:49:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f5771bb6d924c8faad8f75716885ed1", "name": "tempest-ServerActionsTestOtherA-448241979"}, "is_domain": false, "roles": [{"id": "70e8533e0497401bac5680e08c8a799b", "name": "reader"}, {"id": "e44f17821b1b4bee88161e9d3dc0c0f7", "name": "member"}], "catalog": [{"endpoints": [{"id": "6f3cdd17627040c99d1a3376b63bdfc6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.157/image", "region": "RegionOne"}], "id": "10d3016462794fb49135f1cad5abf92f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "be8c549358d2449ab3049f1c2e8f03a7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.157/compute/v2.1", "region": "RegionOne"}], "id": "125b158d898b4e05bbdf5d5dead81f09", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "d400b84161ae47e78e6be9b8e38a87e2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.157/identity", "region": "RegionOne"}], "id": "3984a3712ba24ef28add90b228c2e8e6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "62ec7c20c83341b4a0c0b934dcaf7f09", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.157/compute/v2/4f5771bb6d924c8faad8f75716885ed1", "region": "RegionOne"}], "id": "91ee15af685e4e5ab6720ca4da78af27", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "418d50b6f5f148b68ec2aad5327e9331", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.157/volume/v3", "region": "RegionOne"}], "id": "995bf1d10f064465b31a77e8e5b65db2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "619483a6ec2c40e6a37ad6dc98e328f9", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.157/placement", "region": "RegionOne"}], "id": "cda4a25725c44aee9af69428216f52c4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35cd41e039714222aac4733cca899032", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.157/networking", "region": "RegionOne"}], "id": "f83ecdcbc4884962a27066ee69729c38", "type": "network", "name": "neutron"}]}}'
2026-05-30 07:49:38,459 86626 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': '3e0451cd-dd98-4f43-a562-a02025883532', 'name': 'tempest-ServerActionsTestOtherA-866239669-network', 'tenant_id': '4f5771bb6d924c8faad8f75716885ed1', 'project_id': '4f5771bb6d924c8faad8f75716885ed1', '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': 30594, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-30T05:47:45Z', 'updated_at': '2026-05-30T05:47:45Z', 'revision_number': 1} available for tenant
2026-05-30 07:49:38,460 86626 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-30 07:49:38,460 86626 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-30 07:49:40,061 86626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.157/compute/v2.1/os-keypairs 1.599s
2026-05-30 07:49:40,062 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-2093040078", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFE0GXIqB7z7sBzC7X9LI5RszGCM7RwjVxpbaNiLA6f9KOTXLhRO+KVPGDj5CCgz54mVeCRsrG9OSvTXfTkD0oEmWtSa69LomWrli49+XZuoU2eVfC4KG7+Kjo5z4F2Pnw=="}}
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:38 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-c21bc5ee-0359-4a39-9706-80a49480d4a8', 'x-compute-request-id': 'req-c21bc5ee-0359-4a39-9706-80a49480d4a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-2093040078", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFE0GXIqB7z7sBzC7X9LI5RszGCM7RwjVxpbaNiLA6f9KOTXLhRO+KVPGDj5CCgz54mVeCRsrG9OSvTXfTkD0oEmWtSa69LomWrli49+XZuoU2eVfC4KG7+Kjo5z4F2Pnw==", "fingerprint": "b5:73:2a:de:d5:bd:94:57:f8:bd:44:71:b3:aa:1e:a3", "user_id": "05577826267e442d9eedcfa80c5d682d"}}'
2026-05-30 07:49:40,065 86626 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2093040078 created
2026-05-30 07:49:40,770 86626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.157/networking/v2.0/security-groups 0.704s
2026-05-30 07:49:40,771 86626 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--1056949339", "description": "tempest-description--620223533"}}
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-387a4b98-2b65-4af9-a683-1392df651361', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.157/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "7faa76f9-0313-46ef-9c6a-9d01a64bc20e", "name": "tempest-securitygroup--1056949339", "stateful": true, "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "project_id": "4f5771bb6d924c8faad8f75716885ed1", "description": "tempest-description--620223533", "shared": false, "security_group_rules": [{"id": "4a7e3f97-9ccb-4bf3-ae0f-bb14d6969dfd", "project_id": "4f5771bb6d924c8faad8f75716885ed1", "security_group_id": "7faa76f9-0313-46ef-9c6a-9d01a64bc20e", "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": 177, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-30T05:49:40Z", "updated_at": "2026-05-30T05:49:40Z", "revision_number": 0, "tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}, {"id": "4df723df-ae92-43c6-99d1-0a00cabaf2ef", "project_id": "4f5771bb6d924c8faad8f75716885ed1", "security_group_id": "7faa76f9-0313-46ef-9c6a-9d01a64bc20e", "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": 178, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-30T05:49:40Z", "updated_at": "2026-05-30T05:49:40Z", "revision_number": 0, "tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}], "tags": [], "created_at": "2026-05-30T05:49:40Z", "updated_at": "2026-05-30T05:49:40Z", "revision_number": 1}}'
2026-05-30 07:49:41,437 86626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.157/networking/v2.0/security-group-rules 0.665s
2026-05-30 07:49:41,438 86626 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": "7faa76f9-0313-46ef-9c6a-9d01a64bc20e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fafe769d-e07c-42ba-bad8-efc9302b4ff2', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.157/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a84b8e27-cec6-49fb-8147-00ed408f4df8", "project_id": "4f5771bb6d924c8faad8f75716885ed1", "security_group_id": "7faa76f9-0313-46ef-9c6a-9d01a64bc20e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-30T05:49:41Z", "updated_at": "2026-05-30T05:49:41Z", "revision_number": 0, "tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:49:41,879 86626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.157/networking/v2.0/security-group-rules 0.440s
2026-05-30 07:49:41,880 86626 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": "7faa76f9-0313-46ef-9c6a-9d01a64bc20e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9a83551c-fae3-48cd-b67d-f7b7947afa93', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.157/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4efec2b9-fa58-4bc3-aac5-a96892184c2b", "project_id": "4f5771bb6d924c8faad8f75716885ed1", "security_group_id": "7faa76f9-0313-46ef-9c6a-9d01a64bc20e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-30T05:49:41Z", "updated_at": "2026-05-30T05:49:41Z", "revision_number": 0, "tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:49:41,880 86626 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1056949339 created
2026-05-30 07:49:43,542 86626 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.157/networking/v2.0/floatingips 1.661s
2026-05-30 07:49:43,545 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "38ef5f3e-f1ef-4d97-8a05-9716659ca529"}}
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e7e0d650-acb3-4316-8346-3fe1d930ceff', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.157/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "37f441b7-a5f3-490b-aec4-2a60b32dd5eb", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "project_id": "4f5771bb6d924c8faad8f75716885ed1", "floating_ip_address": "172.24.4.201", "floating_network_id": "38ef5f3e-f1ef-4d97-8a05-9716659ca529", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-30T05:49:42Z", "updated_at": "2026-05-30T05:49:42Z", "revision_number": 0}}'
2026-05-30 07:49:43,545 86626 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '37f441b7-a5f3-490b-aec4-2a60b32dd5eb', 'tenant_id': '4f5771bb6d924c8faad8f75716885ed1', 'project_id': '4f5771bb6d924c8faad8f75716885ed1', 'floating_ip_address': '172.24.4.201', 'floating_network_id': '38ef5f3e-f1ef-4d97-8a05-9716659ca529', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-30T05:49:42Z', 'updated_at': '2026-05-30T05:49:42Z', 'revision_number': 0, 'ip': '172.24.4.201'} created
2026-05-30 07:49:43,546 86626 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2093040078', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFE0GXIqB7z7sBzC7X9LI5RszGCM7RwjVxpbaNiLA6f9KOTXLhRO+KVPGDj5CCgz54mVeCRsrG9OSvTXfTkD0oEmWtSa69LomWrli49+XZuoU2eVfC4KG7+Kjo5z4F2Pnw==', 'fingerprint': 'b5:73:2a:de:d5:bd:94:57:f8:bd:44:71:b3:aa:1e:a3', 'user_id': '05577826267e442d9eedcfa80c5d682d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC3Jq/iangQsymNku8ZL39CSTAh3QVFf/KJQ6w0P999zQMu1VHHJ44w\n48yWO0GrCtagBwYFK4EEACKhZANiAARRNBlyKge8+7Acwu1/SyOUbMxgjO0cI1ca\nW2jYiwOn/Sjk1y4UTvilTxg4+QgoM+eJlXgkbKxvTkr01305A9KBJlrUmuvS6Jlq\n5YuPfl2bqFNnlXwuChu/io6Oc+Bdj58=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7faa76f9-0313-46ef-9c6a-9d01a64bc20e', 'name': 'tempest-securitygroup--1056949339', 'stateful': True, 'tenant_id': '4f5771bb6d924c8faad8f75716885ed1', 'project_id': '4f5771bb6d924c8faad8f75716885ed1', 'description': 'tempest-description--620223533', 'shared': False, 'security_group_rules': [{'id': '4a7e3f97-9ccb-4bf3-ae0f-bb14d6969dfd', 'project_id': '4f5771bb6d924c8faad8f75716885ed1', 'security_group_id': '7faa76f9-0313-46ef-9c6a-9d01a64bc20e', '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': 177, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-30T05:49:40Z', 'updated_at': '2026-05-30T05:49:40Z', 'revision_number': 0, 'tenant_id': '4f5771bb6d924c8faad8f75716885ed1'}, {'id': '4df723df-ae92-43c6-99d1-0a00cabaf2ef', 'project_id': '4f5771bb6d924c8faad8f75716885ed1', 'security_group_id': '7faa76f9-0313-46ef-9c6a-9d01a64bc20e', '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': 178, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-30T05:49:40Z', 'updated_at': '2026-05-30T05:49:40Z', 'revision_number': 0, 'tenant_id': '4f5771bb6d924c8faad8f75716885ed1'}], 'tags': [], 'created_at': '2026-05-30T05:49:40Z', 'updated_at': '2026-05-30T05:49:40Z', 'revision_number': 1}, 'floating_ip': {'id': '37f441b7-a5f3-490b-aec4-2a60b32dd5eb', 'tenant_id': '4f5771bb6d924c8faad8f75716885ed1', 'project_id': '4f5771bb6d924c8faad8f75716885ed1', 'floating_ip_address': '172.24.4.201', 'floating_network_id': '38ef5f3e-f1ef-4d97-8a05-9716659ca529', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-30T05:49:42Z', 'updated_at': '2026-05-30T05:49:42Z', 'revision_number': 0, 'ip': '172.24.4.201'}}
2026-05-30 07:49:44,478 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.157/compute/v2.1/servers 0.932s
2026-05-30 07:49:44,479 86626 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-1356963984", "imageRef": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "flavorRef": "42", "networks": [{"uuid": "3e0451cd-dd98-4f43-a562-a02025883532"}], "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "key_name": "tempest-keypair-2093040078", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '414', 'location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbead628-5b92-4030-bb32-14550ed2b450', 'x-compute-request-id': 'req-bbead628-5b92-4030-bb32-14550ed2b450', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.157/compute/v2.1/servers'}
Body: b'{"server": {"id": "c20606c0-603a-434b-a248-97645b2082d5", "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "adminPass": "9f3BQZQUfN2J"}}'
2026-05-30 07:49:44,654 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.172s
2026-05-30 07:49:44,655 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:44 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-ffaa94fd-4908-48e6-aa63-bb8078f2c9c3', 'x-compute-request-id': 'req-ffaa94fd-4908-48e6-aa63-bb8078f2c9c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:45,770 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.102s
2026-05-30 07:49:45,770 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bffb56d-f5bb-496e-98cd-6e270d4f725e', 'x-compute-request-id': 'req-2bffb56d-f5bb-496e-98cd-6e270d4f725e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:46,953 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.170s
2026-05-30 07:49:46,953 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:46 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-a6b8f661-4acd-4cac-b738-97a8e478fa36', 'x-compute-request-id': 'req-a6b8f661-4acd-4cac-b738-97a8e478fa36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:46,966 86626 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-30 07:49:48,125 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.158s
2026-05-30 07:49:48,125 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:47 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-51790abb-6879-4977-94ff-8ba1fa5751d8', 'x-compute-request-id': 'req-51790abb-6879-4977-94ff-8ba1fa5751d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:49,314 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.176s
2026-05-30 07:49:49,315 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1316', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ef19d8e-644e-436b-856b-fced4a4d35ec', 'x-compute-request-id': 'req-8ef19d8e-644e-436b-856b-fced4a4d35ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:49,325 86626 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-05-30 07:49:51,269 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.943s
2026-05-30 07:49:51,270 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-942a70c2-e11b-4a3f-8e60-adf4ed2a0986', 'x-compute-request-id': 'req-942a70c2-e11b-4a3f-8e60-adf4ed2a0986', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:50Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:51,285 86626 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2026-05-30 07:49:52,747 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.461s
2026-05-30 07:49:52,747 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:52 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-babdb5e0-1875-4194-8718-56732bc73f36', 'x-compute-request-id': 'req-babdb5e0-1875-4194-8718-56732bc73f36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:52,762 86626 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-05-30 07:49:54,012 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.249s
2026-05-30 07:49:54,012 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49: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-c9f82ee6-76b8-4009-98ff-db5ee36985ad', 'x-compute-request-id': 'req-c9f82ee6-76b8-4009-98ff-db5ee36985ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:55,315 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.290s
2026-05-30 07:49:55,316 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:55 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-29d85eb6-a052-41e8-977d-dc580d4278d9', 'x-compute-request-id': 'req-29d85eb6-a052-41e8-977d-dc580d4278d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:56,593 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.265s
2026-05-30 07:49:56,594 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:56 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-969a04ab-d544-4114-8c37-d09fb4661a74', 'x-compute-request-id': 'req-969a04ab-d544-4114-8c37-d09fb4661a74', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:57,859 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.255s
2026-05-30 07:49:57,860 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:57 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-18dfdbda-6939-4d7f-86c5-139ceae453f9', 'x-compute-request-id': 'req-18dfdbda-6939-4d7f-86c5-139ceae453f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:49:59,495 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.622s
2026-05-30 07:49:59,496 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:49:58 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-01916758-0903-44b9-8369-c06490d35981', 'x-compute-request-id': 'req-01916758-0903-44b9-8369-c06490d35981', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "BUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:49:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:50:01,015 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.504s
2026-05-30 07:50:01,016 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c976916-be6b-434b-9282-57458d16372e', 'x-compute-request-id': 'req-7c976916-be6b-434b-9282-57458d16372e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "ACTIVE", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:01Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:50:01,035 86626 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait
2026-05-30 07:50:01,253 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-interface 0.215s
2026-05-30 07:50:01,253 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:01 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-9cddaa77-6c49-4984-a444-ef5e9e5b2a4e', 'x-compute-request-id': 'req-9cddaa77-6c49-4984-a444-ef5e9e5b2a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "3e0451cd-dd98-4f43-a562-a02025883532", "port_id": "84e061d3-c6c6-4fc6-8fc4-a878d48e7381", "mac_addr": "fa:16:3e:86:c1:9a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1702f2e8-e09b-4bca-828b-b8502343b3d0", "ip_address": "10.0.0.3"}]}]}'
2026-05-30 07:50:03,161 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 PUT http://192.168.122.157/networking/v2.0/floatingips/37f441b7-a5f3-490b-aec4-2a60b32dd5eb 1.902s
2026-05-30 07:50:03,161 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "84e061d3-c6c6-4fc6-8fc4-a878d48e7381"}}
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-9bf942ae-88fb-4aed-bceb-e48ead56257b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/networking/v2.0/floatingips/37f441b7-a5f3-490b-aec4-2a60b32dd5eb'}
Body: b'{"floatingip": {"id": "37f441b7-a5f3-490b-aec4-2a60b32dd5eb", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "project_id": "4f5771bb6d924c8faad8f75716885ed1", "floating_ip_address": "172.24.4.201", "floating_network_id": "38ef5f3e-f1ef-4d97-8a05-9716659ca529", "router_id": "4cbb7666-3ac6-44ad-a617-c2c8dc2aa814", "port_id": "84e061d3-c6c6-4fc6-8fc4-a878d48e7381", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3e0451cd-dd98-4f43-a562-a02025883532", "mac_address": "fa:16:3e:86:c1:9a", "admin_state_up": true, "status": "ACTIVE", "device_id": "c20606c0-603a-434b-a248-97645b2082d5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-30T05:49:42Z", "updated_at": "2026-05-30T05:50:01Z", "revision_number": 1}}'
2026-05-30 07:50:03,165 86626 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.201:22' as 'cirros' with public key authentication
2026-05-30 07:50:22,923 86626 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.201 ([Errno None] Unable to connect to port 22 on 172.24.4.201). Number attempts: 1. Retry after 2 seconds.
2026-05-30 07:50:25,428 86626 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-30 07:50:25,494 86626 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-30 07:50:25,495 86626 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.201 successfully created
2026-05-30 07:50:26,015 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.518s
2026-05-30 07:50:26,016 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1683', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b839757-8606-43b8-b4b7-0baa30346792', 'x-compute-request-id': 'req-9b839757-8606-43b8-b4b7-0baa30346792', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "ACTIVE", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:01Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:50:26,095 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.065s
2026-05-30 07:50:26,096 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6afa5160-80bf-4312-9782-a6a23800143e', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6afa5160-80bf-4312-9782-a6a23800143e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:49:41.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:50:26,108 86626 INFO [tempest.common.waiters] volume b39bede4-e3d3-4e97-ac89-cac18a8167b4 reached available after waiting for 0.108618 seconds
2026-05-30 07:50:28,776 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 POST http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 2.667s
2026-05-30 07:50:28,777 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}}
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:26 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-a9f54e54-f231-4bfa-b843-8df076687cf1', 'x-compute-request-id': 'req-a9f54e54-f231-4bfa-b843-8df076687cf1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "device": "/dev/vdb"}}'
2026-05-30 07:50:28,904 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.123s
2026-05-30 07:50:28,904 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82551c0a-0770-4749-9b5f-ba47a92f71aa', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82551c0a-0770-4749-9b5f-ba47a92f71aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:28.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:50:30,368 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.444s
2026-05-30 07:50:30,368 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56214b83-a089-4386-98c9-39494e22aeea', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56214b83-a089-4386-98c9-39494e22aeea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:28.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:50:31,488 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.103s
2026-05-30 07:50:31,488 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a3b12c-a334-42af-a5dd-18b2bee667bf', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a3b12c-a334-42af-a5dd-18b2bee667bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:50:32,645 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.142s
2026-05-30 07:50:32,645 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4152807-df43-44e2-8b2a-c622b006fff2', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4152807-df43-44e2-8b2a-c622b006fff2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:50:33,768 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.106s
2026-05-30 07:50:33,769 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbe99cd2-2af1-4512-9643-cbaedcfd1093', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbe99cd2-2af1-4512-9643-cbaedcfd1093', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:50:34,856 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.076s
2026-05-30 07:50:34,856 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1896fa30-d9ff-4e70-8e06-9a217d03c7a2', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1896fa30-d9ff-4e70-8e06-9a217d03c7a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:50:35,962 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.091s
2026-05-30 07:50:35,962 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6de18769-616a-4ad7-b6db-21e26e172a67', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6de18769-616a-4ad7-b6db-21e26e172a67', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:35.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "1d052bb3-0d98-4d28-9498-914b8af8fbd4", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:31.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:50:35,977 86626 INFO [tempest.common.waiters] Attachment 1d052bb3-0d98-4d28-9498-914b8af8fbd4 created for volume b39bede4-e3d3-4e97-ac89-cac18a8167b4 to server c20606c0-603a-434b-a248-97645b2082d5 after waiting for 7.977215 seconds
2026-05-30 07:50:36,022 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.045s
2026-05-30 07:50:36,023 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29a77705-add0-4db4-a1fb-8f142fe1a0d8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29a77705-add0-4db4-a1fb-8f142fe1a0d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:35.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "1d052bb3-0d98-4d28-9498-914b8af8fbd4", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:31.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:50:36,033 86626 INFO [tempest.common.waiters] volume b39bede4-e3d3-4e97-ac89-cac18a8167b4 reached in-use after waiting for 0.033406 seconds
2026-05-30 07:50:36,330 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.297s
2026-05-30 07:50:36,336 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1729', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-969676fb-9f72-434c-8306-4c115ae1e06d', 'x-compute-request-id': 'req-969676fb-9f72-434c-8306-4c115ae1e06d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1356963984", "status": "ACTIVE", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:01Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:37,213 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/action 0.855s
2026-05-30 07:50:37,213 86626 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-253992275", "metadata": {"rebuild": "server"}, "adminPass": "rebuildPassw0rd", "imageRef": "5a6ce52e-3794-4953-aa06-bbda59d6002f"}}
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1182', 'location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c054c10-51f6-4df2-a700-c57b90c69dab', 'x-compute-request-id': 'req-0c054c10-51f6-4df2-a700-c57b90c69dab', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/action'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3"}, {"version": 4, "addr": "172.24.4.201"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "REBUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "adminPass": "rebuildPassw0rd"}}'
2026-05-30 07:50:37,618 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.393s
2026-05-30 07:50:37,619 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20b3bdf2-e108-410c-a9a8-40cd71662b20', 'x-compute-request-id': 'req-20b3bdf2-e108-410c-a9a8-40cd71662b20', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "REBUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:39,231 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.594s
2026-05-30 07:50:39,231 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-508fb619-1dc1-4e3b-8eaf-b52bc8d42c4e', 'x-compute-request-id': 'req-508fb619-1dc1-4e3b-8eaf-b52bc8d42c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "REBUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:40,891 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.647s
2026-05-30 07:50:40,892 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da0bf313-31e2-4a44-8117-acb875a2a52a', 'x-compute-request-id': 'req-da0bf313-31e2-4a44-8117-acb875a2a52a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "REBUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:42,493 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.581s
2026-05-30 07:50:42,494 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6928acab-5ac0-4006-be7f-48803e968bd2', 'x-compute-request-id': 'req-6928acab-5ac0-4006-be7f-48803e968bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "REBUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:44,350 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.845s
2026-05-30 07:50:44,351 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1773', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36c757dd-7b66-4eec-80a7-82a4256198b6', 'x-compute-request-id': 'req-36c757dd-7b66-4eec-80a7-82a4256198b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "REBUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "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": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:44,368 86626 INFO [tempest.common.waiters] State transition "REBUILD/rebuilding" ==> "REBUILD/rebuild_block_device_mapping" after 7 second wait
2026-05-30 07:50:46,538 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 1.166s
2026-05-30 07:50:46,538 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1773', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd8a390e-dfaf-4bcc-be55-59fb6de4531f', 'x-compute-request-id': 'req-cd8a390e-dfaf-4bcc-be55-59fb6de4531f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "REBUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "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": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:48,330 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.768s
2026-05-30 07:50:48,330 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1761', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb972c16-1302-411a-861c-8c8dc401adcc', 'x-compute-request-id': 'req-eb972c16-1302-411a-861c-8c8dc401adcc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "REBUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "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": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:48,349 86626 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_block_device_mapping" ==> "REBUILD/rebuild_spawning" after 11 second wait
2026-05-30 07:50:50,238 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.888s
2026-05-30 07:50:50,238 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1761', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5616cdc5-e069-4206-929a-1fb6336a478c', 'x-compute-request-id': 'req-5616cdc5-e069-4206-929a-1fb6336a478c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "REBUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "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": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:51,918 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.666s
2026-05-30 07:50:51,918 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1761', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33b1ec58-b9f3-4a6d-a330-f4862ff538a6', 'x-compute-request-id': 'req-33b1ec58-b9f3-4a6d-a330-f4862ff538a6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "REBUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "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": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:53,316 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.382s
2026-05-30 07:50:53,317 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1760', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ced6807f-7987-45df-be1e-625c227fc665', 'x-compute-request-id': 'req-ced6807f-7987-45df-be1e-625c227fc665', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "REBUILD", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "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": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:54,645 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.307s
2026-05-30 07:50:54,645 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1815', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82a50215-b354-40b9-8d94-6505a69fefda', 'x-compute-request-id': 'req-82a50215-b354-40b9-8d94-6505a69fefda', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "ERROR", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:50:53Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-30T05:50:52Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:50:54,666 86626 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_spawning" ==> "ERROR/None" after 17 second wait
2026-05-30 07:50:55,385 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://192.168.122.157/compute/v2.1/servers/de0ae950-a7d1-4203-b48e-ae33a1b13e92 0.714s
2026-05-30 07:50:55,385 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1683', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d259beae-912c-45c0-85f3-a3b47faaaa07', 'x-compute-request-id': 'req-d259beae-912c-45c0-85f3-a3b47faaaa07', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/de0ae950-a7d1-4203-b48e-ae33a1b13e92'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:51:1b"}, {"version": 4, "addr": "172.24.4.237", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:51:1b"}]}, "created": "2026-05-30T05:48:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "de0ae950-a7d1-4203-b48e-ae33a1b13e92", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/de0ae950-a7d1-4203-b48e-ae33a1b13e92"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/de0ae950-a7d1-4203-b48e-ae33a1b13e92"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-1273403218", "status": "ACTIVE", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:48:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1021388716", "OS-SRV-USG:launched_at": "2026-05-30T05:48:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1189552154"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-30 07:50:55,503 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.101s
2026-05-30 07:50:55,503 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8036d4bc-1b5d-4ba4-a3fc-f94dc993f6b2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8036d4bc-1b5d-4ba4-a3fc-f94dc993f6b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:50:55,925 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 409 DELETE http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.407s
2026-05-30 07:50:55,925 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50:55 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-bfa93373-8b84-4a79-be0c-7934d6c3a989', 'x-compute-request-id': 'req-bfa93373-8b84-4a79-be0c-7934d6c3a989', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance c20606c0-603a-434b-a248-97645b2082d5 while it is in vm_state error"}}'
2026-05-30 07:50:56,102 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.173s
2026-05-30 07:50:56,103 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50: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-7fe01233-70d1-49fb-a1df-c107ce06a473', 'x-compute-request-id': 'req-7fe01233-70d1-49fb-a1df-c107ce06a473', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:50:57,264 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.157s
2026-05-30 07:50:57,264 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50: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-d887e434-58a8-4f2c-b660-0542bc204b82', 'x-compute-request-id': 'req-d887e434-58a8-4f2c-b660-0542bc204b82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:50:58,513 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.246s
2026-05-30 07:50:58,513 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50: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-51c72efc-cefa-4f22-9484-b9615427ae1d', 'x-compute-request-id': 'req-51c72efc-cefa-4f22-9484-b9615427ae1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:50:59,725 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.208s
2026-05-30 07:50:59,726 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:50: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-b375981a-3977-47fe-b8d4-aa7e21965077', 'x-compute-request-id': 'req-b375981a-3977-47fe-b8d4-aa7e21965077', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:00,825 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.095s
2026-05-30 07:51:00,826 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-8e867dc6-e494-432d-b0ae-f021a1fb6f53', 'x-compute-request-id': 'req-8e867dc6-e494-432d-b0ae-f021a1fb6f53', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:01,966 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.135s
2026-05-30 07:51:01,966 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-bd3245fe-dfe3-4abb-9859-aee5b5dc110a', 'x-compute-request-id': 'req-bd3245fe-dfe3-4abb-9859-aee5b5dc110a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:03,063 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.090s
2026-05-30 07:51:03,063 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-27fe0eef-1817-4dbe-9ee5-083bfef97ecd', 'x-compute-request-id': 'req-27fe0eef-1817-4dbe-9ee5-083bfef97ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:04,451 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.384s
2026-05-30 07:51:04,452 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-a4c95b45-99cf-47eb-90e9-d48ec5f34577', 'x-compute-request-id': 'req-a4c95b45-99cf-47eb-90e9-d48ec5f34577', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:05,918 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.462s
2026-05-30 07:51:05,918 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-f5f57062-9812-403b-9a82-a589da965663', 'x-compute-request-id': 'req-f5f57062-9812-403b-9a82-a589da965663', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:07,306 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.384s
2026-05-30 07:51:07,307 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-26377eff-c3cf-4bb9-9224-8474cd4614b2', 'x-compute-request-id': 'req-26377eff-c3cf-4bb9-9224-8474cd4614b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:08,488 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.176s
2026-05-30 07:51:08,488 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-012a6009-e37a-40d2-bb90-84e61ec7ffb4', 'x-compute-request-id': 'req-012a6009-e37a-40d2-bb90-84e61ec7ffb4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:09,557 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.067s
2026-05-30 07:51:09,558 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-172e0f6b-72dc-4d4b-8c2e-6854d6b82852', 'x-compute-request-id': 'req-172e0f6b-72dc-4d4b-8c2e-6854d6b82852', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:10,623 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.061s
2026-05-30 07:51:10,623 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-32a9cc39-255f-45c3-92fb-0ae1bbcd5595', 'x-compute-request-id': 'req-32a9cc39-255f-45c3-92fb-0ae1bbcd5595', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:11,683 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.057s
2026-05-30 07:51:11,684 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-3c1afb24-081b-4845-aa1b-9a600e90e53f', 'x-compute-request-id': 'req-3c1afb24-081b-4845-aa1b-9a600e90e53f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:12,826 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.139s
2026-05-30 07:51:12,827 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-79677b8f-3fbd-4cd3-b410-db01413066fa', 'x-compute-request-id': 'req-79677b8f-3fbd-4cd3-b410-db01413066fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:13,893 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.063s
2026-05-30 07:51:13,893 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-44c9b98c-9668-4162-9747-0b3fdf8548a3', 'x-compute-request-id': 'req-44c9b98c-9668-4162-9747-0b3fdf8548a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:15,002 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.105s
2026-05-30 07:51:15,003 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-e47b0543-97fb-4102-802e-a6f3e35ee196', 'x-compute-request-id': 'req-e47b0543-97fb-4102-802e-a6f3e35ee196', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:16,090 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.082s
2026-05-30 07:51:16,091 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-a69f667b-2ee5-4910-b641-e96e43e1a0b9', 'x-compute-request-id': 'req-a69f667b-2ee5-4910-b641-e96e43e1a0b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:17,232 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.135s
2026-05-30 07:51:17,232 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-3da08e71-0309-4e5c-bd84-c6c2b0d679a9', 'x-compute-request-id': 'req-3da08e71-0309-4e5c-bd84-c6c2b0d679a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:18,348 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.111s
2026-05-30 07:51:18,351 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-64e6f596-08d3-46f9-8781-2dce91d02f63', 'x-compute-request-id': 'req-64e6f596-08d3-46f9-8781-2dce91d02f63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:19,420 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.067s
2026-05-30 07:51:19,420 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-cc6f6f7d-4ef2-4597-a4ec-86b2870d365c', 'x-compute-request-id': 'req-cc6f6f7d-4ef2-4597-a4ec-86b2870d365c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:20,520 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.094s
2026-05-30 07:51:20,520 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-203d33e4-a047-46e9-a540-47730e15e488', 'x-compute-request-id': 'req-203d33e4-a047-46e9-a540-47730e15e488', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:21,625 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.101s
2026-05-30 07:51:21,626 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-0f7bc92f-b987-427d-9006-f291d91ddc42', 'x-compute-request-id': 'req-0f7bc92f-b987-427d-9006-f291d91ddc42', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:22,708 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.079s
2026-05-30 07:51:22,709 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-28eaf2be-303b-48ab-a355-3eaec3e3540f', 'x-compute-request-id': 'req-28eaf2be-303b-48ab-a355-3eaec3e3540f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:23,790 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.079s
2026-05-30 07:51:23,791 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-a7af3448-599e-42a4-8a98-3d3cfb2cc3e7', 'x-compute-request-id': 'req-a7af3448-599e-42a4-8a98-3d3cfb2cc3e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:24,882 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.086s
2026-05-30 07:51:24,882 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-2179b1a8-79c4-4f54-a497-cd57fd8a9630', 'x-compute-request-id': 'req-2179b1a8-79c4-4f54-a497-cd57fd8a9630', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:25,972 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.087s
2026-05-30 07:51:25,973 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-3666900c-a720-4f7b-b4b7-cad3e7b7d7dc', 'x-compute-request-id': 'req-3666900c-a720-4f7b-b4b7-cad3e7b7d7dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:27,049 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.073s
2026-05-30 07:51:27,050 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-5ea599af-f137-40e2-b7ff-f79b26ac5a9c', 'x-compute-request-id': 'req-5ea599af-f137-40e2-b7ff-f79b26ac5a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:28,134 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.081s
2026-05-30 07:51:28,134 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-f55fec24-f9b0-4a07-a867-47b25b07ad27', 'x-compute-request-id': 'req-f55fec24-f9b0-4a07-a867-47b25b07ad27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:29,234 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.097s
2026-05-30 07:51:29,235 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-cb130050-6f96-4bf1-8fc9-34770c7f9587', 'x-compute-request-id': 'req-cb130050-6f96-4bf1-8fc9-34770c7f9587', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:30,312 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.075s
2026-05-30 07:51:30,313 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-3a1968c5-6702-4af2-b8a5-9dfe4c21fb90', 'x-compute-request-id': 'req-3a1968c5-6702-4af2-b8a5-9dfe4c21fb90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:31,396 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.080s
2026-05-30 07:51:31,397 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-0ca42c93-0d97-4d69-bbcf-e1d654f85538', 'x-compute-request-id': 'req-0ca42c93-0d97-4d69-bbcf-e1d654f85538', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:32,459 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.059s
2026-05-30 07:51:32,459 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-8bfb9a67-42f8-42b9-9f6c-0b279ad3edd6', 'x-compute-request-id': 'req-8bfb9a67-42f8-42b9-9f6c-0b279ad3edd6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:33,519 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.057s
2026-05-30 07:51:33,519 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-4d66d064-f9b7-4df7-a2b5-fe83ad6b3857', 'x-compute-request-id': 'req-4d66d064-f9b7-4df7-a2b5-fe83ad6b3857', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:34,619 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.097s
2026-05-30 07:51:34,620 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-273ce162-1969-472c-a258-519abc77c201', 'x-compute-request-id': 'req-273ce162-1969-472c-a258-519abc77c201', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:35,684 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.060s
2026-05-30 07:51:35,685 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-001fad78-91e9-41e3-ab97-68cbe1af1503', 'x-compute-request-id': 'req-001fad78-91e9-41e3-ab97-68cbe1af1503', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:36,746 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.058s
2026-05-30 07:51:36,746 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-e8c26329-0280-4b1f-a82b-82152720c859', 'x-compute-request-id': 'req-e8c26329-0280-4b1f-a82b-82152720c859', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:37,813 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.064s
2026-05-30 07:51:37,813 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-222bebf7-742f-458f-8b80-a83c35499c8c', 'x-compute-request-id': 'req-222bebf7-742f-458f-8b80-a83c35499c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:38,882 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.065s
2026-05-30 07:51:38,882 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-b554c48e-3f69-4814-bbe5-f5777d7c634c', 'x-compute-request-id': 'req-b554c48e-3f69-4814-bbe5-f5777d7c634c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:39,997 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.112s
2026-05-30 07:51:39,998 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-520bacd6-654a-48c3-ae02-d2c381e60319', 'x-compute-request-id': 'req-520bacd6-654a-48c3-ae02-d2c381e60319', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:41,071 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.070s
2026-05-30 07:51:41,071 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-0107e8b2-1e00-454b-8755-e0d6b9f16426', 'x-compute-request-id': 'req-0107e8b2-1e00-454b-8755-e0d6b9f16426', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:42,133 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.058s
2026-05-30 07:51:42,133 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-b66a03c5-1d6c-481f-b125-11a0287b0d50', 'x-compute-request-id': 'req-b66a03c5-1d6c-481f-b125-11a0287b0d50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:43,245 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.110s
2026-05-30 07:51:43,246 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-d44f89a3-40d9-4307-aaff-3aa2a381325d', 'x-compute-request-id': 'req-d44f89a3-40d9-4307-aaff-3aa2a381325d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:44,457 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.208s
2026-05-30 07:51:44,458 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-3066ca63-4690-48e8-868e-670a1b3d29f9', 'x-compute-request-id': 'req-3066ca63-4690-48e8-868e-670a1b3d29f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:46,278 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.817s
2026-05-30 07:51:46,278 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-3a9abc1e-552b-4679-b4a7-8d3d96adb04c', 'x-compute-request-id': 'req-3a9abc1e-552b-4679-b4a7-8d3d96adb04c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:47,893 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.610s
2026-05-30 07:51:47,894 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-40b0df32-0f0b-41c2-8f3f-64a2937ce30f', 'x-compute-request-id': 'req-40b0df32-0f0b-41c2-8f3f-64a2937ce30f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:49,107 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.207s
2026-05-30 07:51:49,107 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-63ff98fb-029f-40b9-92e6-faa28f09283c', 'x-compute-request-id': 'req-63ff98fb-029f-40b9-92e6-faa28f09283c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:50,439 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.329s
2026-05-30 07:51:50,439 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-0ea32968-47d5-4254-aea6-8bf3f0d33403', 'x-compute-request-id': 'req-0ea32968-47d5-4254-aea6-8bf3f0d33403', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:51,732 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.290s
2026-05-30 07:51:51,733 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-f186bbfa-b1a2-4e9f-a63c-0fa91a753207', 'x-compute-request-id': 'req-f186bbfa-b1a2-4e9f-a63c-0fa91a753207', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:53,307 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.571s
2026-05-30 07:51:53,308 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-80db4dea-6fce-4c92-a637-12c7c6ea052a', 'x-compute-request-id': 'req-80db4dea-6fce-4c92-a637-12c7c6ea052a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:54,450 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.140s
2026-05-30 07:51:54,451 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-5ce14cb7-2aee-4e63-975a-9f47e29f2d8e', 'x-compute-request-id': 'req-5ce14cb7-2aee-4e63-975a-9f47e29f2d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:55,553 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.097s
2026-05-30 07:51:55,553 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-674bbae5-98e3-423c-b421-a62048d3b379', 'x-compute-request-id': 'req-674bbae5-98e3-423c-b421-a62048d3b379', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:56,649 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.092s
2026-05-30 07:51:56,650 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-46f963ba-3aba-41da-b0b9-9b4ac2021c8a', 'x-compute-request-id': 'req-46f963ba-3aba-41da-b0b9-9b4ac2021c8a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:57,732 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.077s
2026-05-30 07:51:57,733 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-bdb9ad07-3893-45d0-b946-69ca24ea88e7', 'x-compute-request-id': 'req-bdb9ad07-3893-45d0-b946-69ca24ea88e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:58,817 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.081s
2026-05-30 07:51:58,818 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-a9cf3a92-f1dd-4c0e-8e4c-9e12eca2cde7', 'x-compute-request-id': 'req-a9cf3a92-f1dd-4c0e-8e4c-9e12eca2cde7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:51:59,912 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.090s
2026-05-30 07:51:59,912 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:51: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-fd349aa5-c095-4221-bef5-dd518b2c42c0', 'x-compute-request-id': 'req-fd349aa5-c095-4221-bef5-dd518b2c42c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:01,011 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.094s
2026-05-30 07:52:01,011 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-1ebcb8bb-42bb-497a-ab2d-ed628705da95', 'x-compute-request-id': 'req-1ebcb8bb-42bb-497a-ab2d-ed628705da95', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:02,072 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.058s
2026-05-30 07:52:02,073 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-10e52d19-569b-4461-a153-b31056c0e84b', 'x-compute-request-id': 'req-10e52d19-569b-4461-a153-b31056c0e84b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:03,148 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.072s
2026-05-30 07:52:03,149 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-eec0269d-1c6b-4ef6-b664-1adf70890893', 'x-compute-request-id': 'req-eec0269d-1c6b-4ef6-b664-1adf70890893', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:04,228 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.076s
2026-05-30 07:52:04,229 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-96d0ca7c-6b9d-4efd-b3a3-1d4882543a52', 'x-compute-request-id': 'req-96d0ca7c-6b9d-4efd-b3a3-1d4882543a52', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:05,302 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.070s
2026-05-30 07:52:05,303 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-4cf1848c-1983-4d2d-8c3a-ab9a3762cdc3', 'x-compute-request-id': 'req-4cf1848c-1983-4d2d-8c3a-ab9a3762cdc3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:06,419 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.110s
2026-05-30 07:52:06,420 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-e913f082-8ab3-46e5-9c03-36965ce4dd45', 'x-compute-request-id': 'req-e913f082-8ab3-46e5-9c03-36965ce4dd45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:07,479 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.056s
2026-05-30 07:52:07,480 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-6e6855b9-0441-4c66-b18e-8bb73ed46395', 'x-compute-request-id': 'req-6e6855b9-0441-4c66-b18e-8bb73ed46395', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:08,545 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.063s
2026-05-30 07:52:08,546 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-fb363c1e-d609-43e4-967e-a698896b0083', 'x-compute-request-id': 'req-fb363c1e-d609-43e4-967e-a698896b0083', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:09,614 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.066s
2026-05-30 07:52:09,614 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-4ec7307b-6d42-4f79-8d82-d7c7f27756bb', 'x-compute-request-id': 'req-4ec7307b-6d42-4f79-8d82-d7c7f27756bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:10,688 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.071s
2026-05-30 07:52:10,689 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-b32b5bac-b9c6-4e36-a547-725adf15e98a', 'x-compute-request-id': 'req-b32b5bac-b9c6-4e36-a547-725adf15e98a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:11,746 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.055s
2026-05-30 07:52:11,746 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-041134da-e591-4efc-974a-0ec3a536d46d', 'x-compute-request-id': 'req-041134da-e591-4efc-974a-0ec3a536d46d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:12,808 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.059s
2026-05-30 07:52:12,808 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-b1987977-30b6-4f0d-8e6d-872f42907500', 'x-compute-request-id': 'req-b1987977-30b6-4f0d-8e6d-872f42907500', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:13,917 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.105s
2026-05-30 07:52:13,917 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-f05860e8-a498-4ee9-917c-b36d469bb018', 'x-compute-request-id': 'req-f05860e8-a498-4ee9-917c-b36d469bb018', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:14,994 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.074s
2026-05-30 07:52:14,994 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-f874877f-278b-4c5d-b9f0-58855b3f4130', 'x-compute-request-id': 'req-f874877f-278b-4c5d-b9f0-58855b3f4130', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:16,159 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.160s
2026-05-30 07:52:16,159 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-b803047f-e00f-4ed3-9832-1e01d1bb9fb5', 'x-compute-request-id': 'req-b803047f-e00f-4ed3-9832-1e01d1bb9fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:17,220 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.058s
2026-05-30 07:52:17,221 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-27ed94ea-09ba-4c6a-bafb-fe06669fb833', 'x-compute-request-id': 'req-27ed94ea-09ba-4c6a-bafb-fe06669fb833', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:18,304 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.081s
2026-05-30 07:52:18,304 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-7f464ee5-7e3e-45d3-b9df-f2a4a9fd999f', 'x-compute-request-id': 'req-7f464ee5-7e3e-45d3-b9df-f2a4a9fd999f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:19,372 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.066s
2026-05-30 07:52:19,373 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-df5f784b-97f9-44eb-a903-ed4b2f0144fc', 'x-compute-request-id': 'req-df5f784b-97f9-44eb-a903-ed4b2f0144fc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:20,467 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.091s
2026-05-30 07:52:20,467 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-54d330e3-98fe-4787-9bb7-44993579de00', 'x-compute-request-id': 'req-54d330e3-98fe-4787-9bb7-44993579de00', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:21,552 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.082s
2026-05-30 07:52:21,553 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-77e5accc-72b3-4030-afef-4f561fd62ab7', 'x-compute-request-id': 'req-77e5accc-72b3-4030-afef-4f561fd62ab7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:22,661 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.105s
2026-05-30 07:52:22,662 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-a3d59601-22ef-4184-9214-d39add06db37', 'x-compute-request-id': 'req-a3d59601-22ef-4184-9214-d39add06db37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:23,752 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.087s
2026-05-30 07:52:23,753 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-7f7837ec-db1a-4968-a9c7-a06fa64b5416', 'x-compute-request-id': 'req-7f7837ec-db1a-4968-a9c7-a06fa64b5416', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:24,821 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.064s
2026-05-30 07:52:24,821 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-1402519e-c6ce-4775-ac23-8ce61a795726', 'x-compute-request-id': 'req-1402519e-c6ce-4775-ac23-8ce61a795726', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:25,887 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.063s
2026-05-30 07:52:25,888 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-5d71cf16-2e3b-4bc6-9786-eb312424b162', 'x-compute-request-id': 'req-5d71cf16-2e3b-4bc6-9786-eb312424b162', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:26,992 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.102s
2026-05-30 07:52:26,994 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-c45f44da-0f14-4de4-a62c-3e66d2298329', 'x-compute-request-id': 'req-c45f44da-0f14-4de4-a62c-3e66d2298329', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:28,082 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.085s
2026-05-30 07:52:28,083 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-b97c4e9f-357c-4312-9b08-9f0c210461fe', 'x-compute-request-id': 'req-b97c4e9f-357c-4312-9b08-9f0c210461fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:29,186 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.099s
2026-05-30 07:52:29,186 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-79e9d53b-87d5-4a60-9915-94721134c9aa', 'x-compute-request-id': 'req-79e9d53b-87d5-4a60-9915-94721134c9aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:30,277 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.087s
2026-05-30 07:52:30,277 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-6497d25d-aaf4-4f9f-9247-385d383ea428', 'x-compute-request-id': 'req-6497d25d-aaf4-4f9f-9247-385d383ea428', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:31,356 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.076s
2026-05-30 07:52:31,357 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-4cc22cc2-dd86-49c7-81ce-3b14f5a3fff5', 'x-compute-request-id': 'req-4cc22cc2-dd86-49c7-81ce-3b14f5a3fff5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:32,431 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.071s
2026-05-30 07:52:32,432 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-2d896cc6-1b48-4a8a-9758-839c67c9622e', 'x-compute-request-id': 'req-2d896cc6-1b48-4a8a-9758-839c67c9622e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:33,493 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.057s
2026-05-30 07:52:33,495 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-932f8604-93aa-4437-a16d-ce7e68f3b1e0', 'x-compute-request-id': 'req-932f8604-93aa-4437-a16d-ce7e68f3b1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:34,588 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.089s
2026-05-30 07:52:34,588 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-e33dc1ac-6f1d-4070-809b-77da3d12103d', 'x-compute-request-id': 'req-e33dc1ac-6f1d-4070-809b-77da3d12103d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:35,677 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.086s
2026-05-30 07:52:35,677 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-b78879f0-2589-4861-8ad7-347d7651d911', 'x-compute-request-id': 'req-b78879f0-2589-4861-8ad7-347d7651d911', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:36,782 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.101s
2026-05-30 07:52:36,782 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-e3367e72-83b2-4b4d-b0ad-8189a3b1b5a8', 'x-compute-request-id': 'req-e3367e72-83b2-4b4d-b0ad-8189a3b1b5a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:37,879 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.093s
2026-05-30 07:52:37,880 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-8e652e48-a873-4fe2-bdd8-6eccab1608ca', 'x-compute-request-id': 'req-8e652e48-a873-4fe2-bdd8-6eccab1608ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:38,980 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.095s
2026-05-30 07:52:38,981 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-7cd03f6d-16f7-47f7-9975-37dbac47cb95', 'x-compute-request-id': 'req-7cd03f6d-16f7-47f7-9975-37dbac47cb95', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:40,059 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.076s
2026-05-30 07:52:40,061 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-88327af4-718e-4305-8b11-2a71b57cd846', 'x-compute-request-id': 'req-88327af4-718e-4305-8b11-2a71b57cd846', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:41,127 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.064s
2026-05-30 07:52:41,128 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-dec66462-e53c-4e05-b17d-dbc62faf846f', 'x-compute-request-id': 'req-dec66462-e53c-4e05-b17d-dbc62faf846f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:42,203 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.073s
2026-05-30 07:52:42,203 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-6fb400ca-2c14-4104-bc3e-c08e1dfe8c8d', 'x-compute-request-id': 'req-6fb400ca-2c14-4104-bc3e-c08e1dfe8c8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:43,404 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.198s
2026-05-30 07:52:43,405 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-104bf1e5-9bb8-410b-9ffc-02218638aad2', 'x-compute-request-id': 'req-104bf1e5-9bb8-410b-9ffc-02218638aad2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:44,769 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.360s
2026-05-30 07:52:44,769 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-44b1af19-dc17-4d80-aaec-c9b6b98fd55d', 'x-compute-request-id': 'req-44b1af19-dc17-4d80-aaec-c9b6b98fd55d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:45,859 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.086s
2026-05-30 07:52:45,859 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-1c959d54-c934-46dc-9b70-66eba1deab97', 'x-compute-request-id': 'req-1c959d54-c934-46dc-9b70-66eba1deab97', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:46,935 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.073s
2026-05-30 07:52:46,936 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-e4273131-6a9c-47c9-bdbe-06d9e7b757ed', 'x-compute-request-id': 'req-e4273131-6a9c-47c9-bdbe-06d9e7b757ed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:48,042 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.103s
2026-05-30 07:52:48,042 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-4e10b907-69fb-43cd-868a-13959f961357', 'x-compute-request-id': 'req-4e10b907-69fb-43cd-868a-13959f961357', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:49,100 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.055s
2026-05-30 07:52:49,101 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-051bd03a-a90e-4925-8a0d-2b34a88279c6', 'x-compute-request-id': 'req-051bd03a-a90e-4925-8a0d-2b34a88279c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:50,174 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.071s
2026-05-30 07:52:50,175 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-3b3852ee-083f-4f57-a815-a6d7694f298d', 'x-compute-request-id': 'req-3b3852ee-083f-4f57-a815-a6d7694f298d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:51,254 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.075s
2026-05-30 07:52:51,256 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-9e919201-e748-4475-ab3e-2d2954d10781', 'x-compute-request-id': 'req-9e919201-e748-4475-ab3e-2d2954d10781', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:52,378 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.118s
2026-05-30 07:52:52,379 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-6b97568d-78eb-439e-83f2-50a036b297e9', 'x-compute-request-id': 'req-6b97568d-78eb-439e-83f2-50a036b297e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:53,454 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.072s
2026-05-30 07:52:53,454 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-88ce9612-5307-47ef-8dd5-2f6b222800ce', 'x-compute-request-id': 'req-88ce9612-5307-47ef-8dd5-2f6b222800ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:54,550 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.092s
2026-05-30 07:52:54,551 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-9984c6dd-430a-4256-a9df-36dc8a8aecfa', 'x-compute-request-id': 'req-9984c6dd-430a-4256-a9df-36dc8a8aecfa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:55,620 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.067s
2026-05-30 07:52:55,620 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-f7bcc75a-f388-4f06-9b34-a07c31d2ccf2', 'x-compute-request-id': 'req-f7bcc75a-f388-4f06-9b34-a07c31d2ccf2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:56,700 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.077s
2026-05-30 07:52:56,700 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-9af6d31d-544b-45f8-bb35-3dbe17285dac', 'x-compute-request-id': 'req-9af6d31d-544b-45f8-bb35-3dbe17285dac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:57,861 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.155s
2026-05-30 07:52:57,861 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-330096d4-e52f-44c6-a328-3434a6694ec8', 'x-compute-request-id': 'req-330096d4-e52f-44c6-a328-3434a6694ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:52:59,017 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.151s
2026-05-30 07:52:59,018 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:52: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-811849e3-dfd7-4076-9fe7-d07f6368dbff', 'x-compute-request-id': 'req-811849e3-dfd7-4076-9fe7-d07f6368dbff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:00,126 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.102s
2026-05-30 07:53:00,127 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-3d861800-309a-41f4-8095-de1f1bea71d0', 'x-compute-request-id': 'req-3d861800-309a-41f4-8095-de1f1bea71d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:01,260 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.128s
2026-05-30 07:53:01,261 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-834646c3-1966-4511-80e1-a6293c42210e', 'x-compute-request-id': 'req-834646c3-1966-4511-80e1-a6293c42210e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:02,394 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.129s
2026-05-30 07:53:02,394 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-b180b939-76c9-455c-af2f-353457019127', 'x-compute-request-id': 'req-b180b939-76c9-455c-af2f-353457019127', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:03,527 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.129s
2026-05-30 07:53:03,527 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-bc9e368d-9ec8-419d-b3fe-0a103ebe4d20', 'x-compute-request-id': 'req-bc9e368d-9ec8-419d-b3fe-0a103ebe4d20', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:04,646 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.113s
2026-05-30 07:53:04,647 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-cce4c017-b77a-4df1-8366-c47a07796125', 'x-compute-request-id': 'req-cce4c017-b77a-4df1-8366-c47a07796125', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:06,032 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.382s
2026-05-30 07:53:06,033 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-48d54c56-2a50-4e3f-a52e-33f2cd19c546', 'x-compute-request-id': 'req-48d54c56-2a50-4e3f-a52e-33f2cd19c546', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:07,179 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.143s
2026-05-30 07:53:07,181 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-1b9e8eda-a351-47c8-8c4d-4c1c52600dec', 'x-compute-request-id': 'req-1b9e8eda-a351-47c8-8c4d-4c1c52600dec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:08,362 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.177s
2026-05-30 07:53:08,364 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-1adcab16-8051-492f-a0e2-d68c2ee6f6e5', 'x-compute-request-id': 'req-1adcab16-8051-492f-a0e2-d68c2ee6f6e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:09,443 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.075s
2026-05-30 07:53:09,444 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-97a2277d-a037-47c2-81a0-7dd37ad9eae4', 'x-compute-request-id': 'req-97a2277d-a037-47c2-81a0-7dd37ad9eae4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:10,533 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.085s
2026-05-30 07:53:10,533 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-decb661a-2cb5-4a38-97de-3307f3c93966', 'x-compute-request-id': 'req-decb661a-2cb5-4a38-97de-3307f3c93966', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:11,622 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.085s
2026-05-30 07:53:11,622 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-ab28cdee-5fd9-43b8-abf7-11565261f70e', 'x-compute-request-id': 'req-ab28cdee-5fd9-43b8-abf7-11565261f70e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:12,751 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.126s
2026-05-30 07:53:12,752 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-b9f60492-9fdc-42fd-bb38-138df298592b', 'x-compute-request-id': 'req-b9f60492-9fdc-42fd-bb38-138df298592b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:13,820 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.064s
2026-05-30 07:53:13,821 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-313dc2a2-d607-4ac2-987d-7ee3c726fcaa', 'x-compute-request-id': 'req-313dc2a2-d607-4ac2-987d-7ee3c726fcaa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:14,890 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.066s
2026-05-30 07:53:14,890 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-b75c9f88-7a0c-4464-93f6-146769c02ff4', 'x-compute-request-id': 'req-b75c9f88-7a0c-4464-93f6-146769c02ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:16,009 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.116s
2026-05-30 07:53:16,009 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-b05b388e-d503-44b0-b47d-77b4533d3041', 'x-compute-request-id': 'req-b05b388e-d503-44b0-b47d-77b4533d3041', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:17,228 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.210s
2026-05-30 07:53:17,229 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-ceee8712-76a3-4e76-bbcb-4e52f557ae99', 'x-compute-request-id': 'req-ceee8712-76a3-4e76-bbcb-4e52f557ae99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:18,413 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.180s
2026-05-30 07:53:18,414 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-cdc158c2-b824-4608-90c2-847029b4daef', 'x-compute-request-id': 'req-cdc158c2-b824-4608-90c2-847029b4daef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:19,531 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.112s
2026-05-30 07:53:19,531 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-0efd5ff1-b21f-4037-a3d7-1ee67bf2c90c', 'x-compute-request-id': 'req-0efd5ff1-b21f-4037-a3d7-1ee67bf2c90c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:20,634 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.098s
2026-05-30 07:53:20,635 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-23a60471-fa92-430c-8855-ffd170567fe1', 'x-compute-request-id': 'req-23a60471-fa92-430c-8855-ffd170567fe1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:21,729 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.090s
2026-05-30 07:53:21,729 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-803e467e-a1e8-4ebb-b60c-9d258441479f', 'x-compute-request-id': 'req-803e467e-a1e8-4ebb-b60c-9d258441479f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:22,829 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.094s
2026-05-30 07:53:22,830 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-6201fc0f-9511-424a-9e34-66f64b6ace62', 'x-compute-request-id': 'req-6201fc0f-9511-424a-9e34-66f64b6ace62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:23,903 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.069s
2026-05-30 07:53:23,903 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-a28915e6-6df4-4210-aef6-85db0e1120f6', 'x-compute-request-id': 'req-a28915e6-6df4-4210-aef6-85db0e1120f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:24,967 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.061s
2026-05-30 07:53:24,967 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-4416c94c-ba5c-43e8-9fc9-a2155ab6d1a0', 'x-compute-request-id': 'req-4416c94c-ba5c-43e8-9fc9-a2155ab6d1a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:26,057 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.087s
2026-05-30 07:53:26,058 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-a5c14a69-c2a4-47a3-9d41-e90bcca7f471', 'x-compute-request-id': 'req-a5c14a69-c2a4-47a3-9d41-e90bcca7f471', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:27,120 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.060s
2026-05-30 07:53:27,120 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-94c3b268-d57d-42bb-9a12-cad8cfd99005', 'x-compute-request-id': 'req-94c3b268-d57d-42bb-9a12-cad8cfd99005', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:28,218 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.093s
2026-05-30 07:53:28,218 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-62f47b16-e928-467b-976c-bdc69504b394', 'x-compute-request-id': 'req-62f47b16-e928-467b-976c-bdc69504b394', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:29,292 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.071s
2026-05-30 07:53:29,292 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-0f2bb3a9-d446-4b55-998c-245239c61f9e', 'x-compute-request-id': 'req-0f2bb3a9-d446-4b55-998c-245239c61f9e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:30,426 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.129s
2026-05-30 07:53:30,426 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-a537bf4b-c752-44ac-a56f-d61d946f2983', 'x-compute-request-id': 'req-a537bf4b-c752-44ac-a56f-d61d946f2983', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:31,497 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.068s
2026-05-30 07:53:31,498 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-e68873a0-b21c-447d-9788-86909c707cff', 'x-compute-request-id': 'req-e68873a0-b21c-447d-9788-86909c707cff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:32,579 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.077s
2026-05-30 07:53:32,579 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-075f8acf-68c8-44c1-9663-047d32f4f770', 'x-compute-request-id': 'req-075f8acf-68c8-44c1-9663-047d32f4f770', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:33,714 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.130s
2026-05-30 07:53:33,714 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-9adc1331-74d3-4e3d-8db3-38dc620dce32', 'x-compute-request-id': 'req-9adc1331-74d3-4e3d-8db3-38dc620dce32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:34,782 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.064s
2026-05-30 07:53:34,782 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-cc222f2f-a042-45b5-bf49-1daa1a106e9f', 'x-compute-request-id': 'req-cc222f2f-a042-45b5-bf49-1daa1a106e9f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:35,878 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.092s
2026-05-30 07:53:35,878 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-3461af7d-d97e-4de0-80de-7a7e76557327', 'x-compute-request-id': 'req-3461af7d-d97e-4de0-80de-7a7e76557327', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:36,948 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.067s
2026-05-30 07:53:36,948 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-ca534482-ae83-4ee0-a7c3-b0b12d1c6f56', 'x-compute-request-id': 'req-ca534482-ae83-4ee0-a7c3-b0b12d1c6f56', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:38,079 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.127s
2026-05-30 07:53:38,079 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-776e76b6-17d6-423d-954f-810d52676ac2', 'x-compute-request-id': 'req-776e76b6-17d6-423d-954f-810d52676ac2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:39,378 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.297s
2026-05-30 07:53:39,379 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-33577ff2-7e2e-449f-9e42-fb0c7c8fb784', 'x-compute-request-id': 'req-33577ff2-7e2e-449f-9e42-fb0c7c8fb784', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:40,775 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.391s
2026-05-30 07:53:40,775 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-c785e78f-7098-4635-95c8-70265c0a64d8', 'x-compute-request-id': 'req-c785e78f-7098-4635-95c8-70265c0a64d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:41,867 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.087s
2026-05-30 07:53:41,867 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-f1459106-4485-4c09-ad42-2b5b970bd657', 'x-compute-request-id': 'req-f1459106-4485-4c09-ad42-2b5b970bd657', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:42,980 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.109s
2026-05-30 07:53:42,980 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-a1ddfce1-ba12-458e-aeac-fd33009b2312', 'x-compute-request-id': 'req-a1ddfce1-ba12-458e-aeac-fd33009b2312', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:44,111 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.127s
2026-05-30 07:53:44,111 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-53bd7d61-3fef-4015-a81d-6cb1931a6c37', 'x-compute-request-id': 'req-53bd7d61-3fef-4015-a81d-6cb1931a6c37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:45,211 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.085s
2026-05-30 07:53:45,211 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-e7874219-1321-4ea4-9cfb-17a2488d2914', 'x-compute-request-id': 'req-e7874219-1321-4ea4-9cfb-17a2488d2914', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:46,298 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.084s
2026-05-30 07:53:46,299 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-addace7d-35fc-4040-bb95-2c28ce96acd1', 'x-compute-request-id': 'req-addace7d-35fc-4040-bb95-2c28ce96acd1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:47,420 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.119s
2026-05-30 07:53:47,420 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-5cfe7c0d-5759-402c-beda-0204c6ac8ca3', 'x-compute-request-id': 'req-5cfe7c0d-5759-402c-beda-0204c6ac8ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:48,538 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.115s
2026-05-30 07:53:48,539 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-193d7983-05c7-48f1-940e-a57ba3742b85', 'x-compute-request-id': 'req-193d7983-05c7-48f1-940e-a57ba3742b85', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:49,619 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.077s
2026-05-30 07:53:49,620 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-d6e1e602-636d-40dd-ab06-297d84edacd8', 'x-compute-request-id': 'req-d6e1e602-636d-40dd-ab06-297d84edacd8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:50,724 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.101s
2026-05-30 07:53:50,724 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-f71668af-1e50-490b-a3ff-51b02618f27b', 'x-compute-request-id': 'req-f71668af-1e50-490b-a3ff-51b02618f27b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:51,829 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.102s
2026-05-30 07:53:51,830 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-12dcb97c-aeb9-485d-94c4-6b8ef385c3ae', 'x-compute-request-id': 'req-12dcb97c-aeb9-485d-94c4-6b8ef385c3ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:52,901 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.068s
2026-05-30 07:53:52,901 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-60d2b429-db75-4e0b-a798-4223304a4c26', 'x-compute-request-id': 'req-60d2b429-db75-4e0b-a798-4223304a4c26', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:54,009 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.102s
2026-05-30 07:53:54,010 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-abeebd23-3897-4d0a-b59d-6c04d38115b6', 'x-compute-request-id': 'req-abeebd23-3897-4d0a-b59d-6c04d38115b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:55,096 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.081s
2026-05-30 07:53:55,097 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-72168a18-b614-40ee-ba88-1b371933ae60', 'x-compute-request-id': 'req-72168a18-b614-40ee-ba88-1b371933ae60', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:56,193 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.093s
2026-05-30 07:53:56,194 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-2ea2ad7f-f876-4b8a-b153-d59d2c1e9829', 'x-compute-request-id': 'req-2ea2ad7f-f876-4b8a-b153-d59d2c1e9829', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:57,258 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.060s
2026-05-30 07:53:57,258 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-54522df7-49a9-4eb9-89fb-92a1957655aa', 'x-compute-request-id': 'req-54522df7-49a9-4eb9-89fb-92a1957655aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:58,320 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.058s
2026-05-30 07:53:58,321 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-7c1eb68e-53f6-4fb2-88b3-7e0de538b489', 'x-compute-request-id': 'req-7c1eb68e-53f6-4fb2-88b3-7e0de538b489', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:53:59,398 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.074s
2026-05-30 07:53:59,398 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:53: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-57ba2cc7-4b3d-4a7a-ada2-3da6e89de166', 'x-compute-request-id': 'req-57ba2cc7-4b3d-4a7a-ada2-3da6e89de166', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:54:00,522 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.120s
2026-05-30 07:54:00,522 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54: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-c2f9cbc3-1ce8-4722-b128-3efcf2ab0757', 'x-compute-request-id': 'req-c2f9cbc3-1ce8-4722-b128-3efcf2ab0757', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:54:01,611 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.084s
2026-05-30 07:54:01,611 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54: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-5950c194-a7b7-405a-b173-b5a059e43eab', 'x-compute-request-id': 'req-5950c194-a7b7-405a-b173-b5a059e43eab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:54:02,693 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.078s
2026-05-30 07:54:02,694 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54: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-fdb0c6eb-79e1-45c0-b347-e6fa4ee84ab8', 'x-compute-request-id': 'req-fdb0c6eb-79e1-45c0-b347-e6fa4ee84ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:54:03,796 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.099s
2026-05-30 07:54:03,796 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54: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-ddc59e81-ec6f-4b40-8fd8-8f944dacd839', 'x-compute-request-id': 'req-ddc59e81-ec6f-4b40-8fd8-8f944dacd839', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:54:04,914 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.114s
2026-05-30 07:54:04,914 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54: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-af7d2115-815f-464d-84c6-a76b77a95f40', 'x-compute-request-id': 'req-af7d2115-815f-464d-84c6-a76b77a95f40', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:54:06,074 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.156s
2026-05-30 07:54:06,074 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54: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-a11beeb5-30a2-4293-a5cd-daec6d49c810', 'x-compute-request-id': 'req-a11beeb5-30a2-4293-a5cd-daec6d49c810', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:54:07,146 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.068s
2026-05-30 07:54:07,147 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54: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-117883e5-009c-4248-a542-10e22d0db809', 'x-compute-request-id': 'req-117883e5-009c-4248-a542-10e22d0db809', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:54:08,223 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.073s
2026-05-30 07:54:08,223 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54: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-7dbfb4bd-dc59-47b4-862d-4dabded33ae6', 'x-compute-request-id': 'req-7dbfb4bd-dc59-47b4-862d-4dabded33ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:54:09,300 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.073s
2026-05-30 07:54:09,300 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54: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-11ae6a0c-5f56-4676-b17a-107a2ab5bfae', 'x-compute-request-id': 'req-11ae6a0c-5f56-4676-b17a-107a2ab5bfae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:54:10,375 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments 0.071s
2026-05-30 07:54:10,376 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54: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-def03a77-5007-4cda-b262-be6ba633d213', 'x-compute-request-id': 'req-def03a77-5007-4cda-b262-be6ba633d213', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "volumeId": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "serverId": "c20606c0-603a-434b-a248-97645b2082d5", "device": "/dev/vdb"}]}'
2026-05-30 07:54:11,964 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 POST http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/action 0.585s
2026-05-30 07:54:11,964 86626 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': 'Sat, 30 May 2026 05:54:11 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-8697b55b-9785-4b2a-9a35-e82de15fd464', 'x-compute-request-id': 'req-8697b55b-9785-4b2a-9a35-e82de15fd464', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance c20606c0-603a-434b-a248-97645b2082d5 could not be found."}}'
2026-05-30 07:54:12,031 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.065s
2026-05-30 07:54:12,032 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-325c8cf2-b492-4ab9-bd6d-3583e2701d84', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-325c8cf2-b492-4ab9-bd6d-3583e2701d84', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:13,112 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.068s
2026-05-30 07:54:13,112 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c6aacb2-5205-49a6-a38b-f3b9a098539e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c6aacb2-5205-49a6-a38b-f3b9a098539e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:14,173 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.048s
2026-05-30 07:54:14,174 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfa08a04-aaf0-48c3-8354-1822f299678e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfa08a04-aaf0-48c3-8354-1822f299678e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:15,246 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.058s
2026-05-30 07:54:15,247 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72762751-96b5-495a-9380-c777c26c0063', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72762751-96b5-495a-9380-c777c26c0063', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:16,376 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.118s
2026-05-30 07:54:16,377 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2511f708-1356-4380-b63f-c3cfc3d1d519', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2511f708-1356-4380-b63f-c3cfc3d1d519', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:17,459 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.062s
2026-05-30 07:54:17,459 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9882222-4ad6-403a-b8d2-9430fb6e7b31', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9882222-4ad6-403a-b8d2-9430fb6e7b31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:18,554 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.081s
2026-05-30 07:54:18,555 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-513272c0-d161-411d-9bcc-c499a873653d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-513272c0-d161-411d-9bcc-c499a873653d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:19,657 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.090s
2026-05-30 07:54:19,657 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5914d1a2-a8b4-4ad3-aa56-621ce93c8725', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5914d1a2-a8b4-4ad3-aa56-621ce93c8725', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:20,731 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.057s
2026-05-30 07:54:20,732 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21c971df-c102-49b5-8d94-9e7e2bb6a22f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21c971df-c102-49b5-8d94-9e7e2bb6a22f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:21,807 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.058s
2026-05-30 07:54:21,807 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fffe59f-a434-465a-a599-6b7c4904c543', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fffe59f-a434-465a-a599-6b7c4904c543', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:22,883 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.064s
2026-05-30 07:54:22,884 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c3e05af-75f5-4618-9a1e-131b33bdbbf5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c3e05af-75f5-4618-9a1e-131b33bdbbf5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:23,957 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.054s
2026-05-30 07:54:23,957 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66ff3912-fe4a-46c1-9c32-e6659f1d558c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66ff3912-fe4a-46c1-9c32-e6659f1d558c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:25,056 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.087s
2026-05-30 07:54:25,056 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-033cbf4b-962d-40bd-a86e-b8cc40ed3cbf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-033cbf4b-962d-40bd-a86e-b8cc40ed3cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:26,124 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.053s
2026-05-30 07:54:26,124 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7606445e-d290-4a7f-941e-f461bd8320c2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7606445e-d290-4a7f-941e-f461bd8320c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:27,212 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.074s
2026-05-30 07:54:27,212 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b46175d0-fdef-42fc-b12f-82fe15187509', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b46175d0-fdef-42fc-b12f-82fe15187509', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:28,292 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.067s
2026-05-30 07:54:28,293 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3011cb87-e19a-4fd8-9766-feb1ad6510e5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3011cb87-e19a-4fd8-9766-feb1ad6510e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:29,363 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.054s
2026-05-30 07:54:29,364 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-014f0514-44ab-4879-94f5-30e778ea2c01', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-014f0514-44ab-4879-94f5-30e778ea2c01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:30,495 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.118s
2026-05-30 07:54:30,495 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faed2ecf-9df6-4955-9080-0479026f0663', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faed2ecf-9df6-4955-9080-0479026f0663', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:31,611 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.100s
2026-05-30 07:54:31,612 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c3b351b-6bd3-44d4-83d7-c8a40281cdc1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c3b351b-6bd3-44d4-83d7-c8a40281cdc1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:32,696 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.068s
2026-05-30 07:54:32,696 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8828230-303c-4c27-8cef-02769308be73', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8828230-303c-4c27-8cef-02769308be73', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:33,830 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.119s
2026-05-30 07:54:33,830 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5f39ac3-bef5-4b14-8f1d-a8f44f58e66c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5f39ac3-bef5-4b14-8f1d-a8f44f58e66c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:35,022 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.175s
2026-05-30 07:54:35,022 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b71757af-d91d-4b8a-b63f-c19fb221137f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b71757af-d91d-4b8a-b63f-c19fb221137f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:36,129 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.087s
2026-05-30 07:54:36,130 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685c45e2-afbf-41cd-9c7d-4d7db64a2c1d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685c45e2-afbf-41cd-9c7d-4d7db64a2c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:37,232 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.088s
2026-05-30 07:54:37,232 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fb5f83-c0f0-45e1-bd23-024cc45ec76d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fb5f83-c0f0-45e1-bd23-024cc45ec76d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:38,372 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.117s
2026-05-30 07:54:38,373 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7008a0b-4a3b-42ca-b050-01d7d40cee44', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7008a0b-4a3b-42ca-b050-01d7d40cee44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:39,469 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.079s
2026-05-30 07:54:39,470 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25beb81f-57a0-4367-a9ff-1a13b51c6157', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25beb81f-57a0-4367-a9ff-1a13b51c6157', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:40,539 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.053s
2026-05-30 07:54:40,539 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc97c29c-b91c-45c9-9fe8-b28f6c89d664', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc97c29c-b91c-45c9-9fe8-b28f6c89d664', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:41,640 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.088s
2026-05-30 07:54:41,641 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9b8b64b-5b33-409a-aee6-3d2802e9ed4d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9b8b64b-5b33-409a-aee6-3d2802e9ed4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:42,734 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.080s
2026-05-30 07:54:42,734 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62221e80-2f00-41a7-a93a-75af820ac832', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62221e80-2f00-41a7-a93a-75af820ac832', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:43,843 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.095s
2026-05-30 07:54:43,845 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0711955c-3f6d-498c-83fb-43f86925ddfb', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0711955c-3f6d-498c-83fb-43f86925ddfb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:44,919 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.062s
2026-05-30 07:54:44,919 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fb557c9-c739-4033-bf45-0531add42d63', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fb557c9-c739-4033-bf45-0531add42d63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:45,992 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.061s
2026-05-30 07:54:45,993 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-614938dc-5efc-4895-8ee3-0771afc3dcb8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-614938dc-5efc-4895-8ee3-0771afc3dcb8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:47,058 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.052s
2026-05-30 07:54:47,058 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47b6ef44-881b-4a9f-9bc9-280943f96a8c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47b6ef44-881b-4a9f-9bc9-280943f96a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:48,147 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.076s
2026-05-30 07:54:48,148 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d61bd81f-7219-4776-ab87-f4084f5b4fe8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d61bd81f-7219-4776-ab87-f4084f5b4fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:49,212 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.051s
2026-05-30 07:54:49,212 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-715fb2b3-27ea-4b1f-95be-244beb7e80e0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-715fb2b3-27ea-4b1f-95be-244beb7e80e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:50,275 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.052s
2026-05-30 07:54:50,275 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a006a7d-f233-4c32-983a-2f791b68a749', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a006a7d-f233-4c32-983a-2f791b68a749', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:51,361 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.075s
2026-05-30 07:54:51,361 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa4d1ade-ce8b-46c3-ba9a-c5a58f816c73', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa4d1ade-ce8b-46c3-ba9a-c5a58f816c73', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:52,442 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.068s
2026-05-30 07:54:52,442 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d32133-be4a-4cd5-b4df-d711e7b65f5a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d32133-be4a-4cd5-b4df-d711e7b65f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:53,505 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.052s
2026-05-30 07:54:53,506 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16ff7282-4732-4147-b0a5-ab84dd4b8390', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16ff7282-4732-4147-b0a5-ab84dd4b8390', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:54,577 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.060s
2026-05-30 07:54:54,577 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22a6ce91-9d30-47c8-924a-628c6ed300f0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22a6ce91-9d30-47c8-924a-628c6ed300f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:55,649 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.060s
2026-05-30 07:54:55,650 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f3a0f55-3f14-4b0c-8c06-b5d140e0a37d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f3a0f55-3f14-4b0c-8c06-b5d140e0a37d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:56,757 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.094s
2026-05-30 07:54:56,757 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c69ad177-8b2e-4e75-962d-e5eac04dc39d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c69ad177-8b2e-4e75-962d-e5eac04dc39d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:57,838 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.064s
2026-05-30 07:54:57,838 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7189156-1ec1-434d-a404-7fcc4ace47b0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7189156-1ec1-434d-a404-7fcc4ace47b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:54:58,943 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.086s
2026-05-30 07:54:58,943 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cba98e3-6fad-4602-9f44-2da387a4b84f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cba98e3-6fad-4602-9f44-2da387a4b84f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:00,019 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.055s
2026-05-30 07:55:00,020 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:54:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda1bad7-0b34-41e6-a072-c7f6e011677c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda1bad7-0b34-41e6-a072-c7f6e011677c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:01,090 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.060s
2026-05-30 07:55:01,091 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09f60f60-f4bd-4112-9b48-2b930e5d0dc1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09f60f60-f4bd-4112-9b48-2b930e5d0dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:02,256 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.148s
2026-05-30 07:55:02,256 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d3d818-06cd-4d2b-971c-1a244f97ac24', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d3d818-06cd-4d2b-971c-1a244f97ac24', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:03,331 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.059s
2026-05-30 07:55:03,332 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-899c3229-0c78-4b33-910d-860b5810baa5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-899c3229-0c78-4b33-910d-860b5810baa5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:04,450 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.102s
2026-05-30 07:55:04,450 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eee31342-8fa0-43b7-ad61-14fff76f277d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eee31342-8fa0-43b7-ad61-14fff76f277d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:05,537 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.072s
2026-05-30 07:55:05,537 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77479880-4501-4119-a2e7-e8feaab2d582', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77479880-4501-4119-a2e7-e8feaab2d582', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:06,619 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.066s
2026-05-30 07:55:06,619 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45f58a06-8858-4e2a-961d-3150082c59e6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45f58a06-8858-4e2a-961d-3150082c59e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:07,700 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.069s
2026-05-30 07:55:07,700 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74bd023a-d3b9-4924-b9cc-16d4e5a175d2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74bd023a-d3b9-4924-b9cc-16d4e5a175d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:08,780 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.064s
2026-05-30 07:55:08,780 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d85b698-5256-405c-a069-f6a9b383fbcf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d85b698-5256-405c-a069-f6a9b383fbcf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:09,880 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.085s
2026-05-30 07:55:09,881 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a089cc0-bde0-4ed9-a514-ad636d7356c1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a089cc0-bde0-4ed9-a514-ad636d7356c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:10,974 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.072s
2026-05-30 07:55:10,974 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cc8b45a-f484-463d-9f67-e83e80ab358e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cc8b45a-f484-463d-9f67-e83e80ab358e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:12,049 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.064s
2026-05-30 07:55:12,050 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fa6097f-4618-4a84-8e1e-f61c886b6b28', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fa6097f-4618-4a84-8e1e-f61c886b6b28', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:13,158 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.093s
2026-05-30 07:55:13,159 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cd62e7b-7ecd-406d-a2e6-f8c805e18bac', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cd62e7b-7ecd-406d-a2e6-f8c805e18bac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:14,228 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.054s
2026-05-30 07:55:14,228 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8307ac-747b-417d-b71e-ba99f6ede1c5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d8307ac-747b-417d-b71e-ba99f6ede1c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:15,293 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.051s
2026-05-30 07:55:15,293 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0a14d2c-e88a-43c1-86b2-7cb0d7de2bbe', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0a14d2c-e88a-43c1-86b2-7cb0d7de2bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:16,361 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.057s
2026-05-30 07:55:16,362 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0beb7f99-6fa0-4314-acec-e5fe0e9bbbe0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0beb7f99-6fa0-4314-acec-e5fe0e9bbbe0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:17,488 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.115s
2026-05-30 07:55:17,488 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45bcae4f-5001-4e5f-950e-e6e2c32dd640', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45bcae4f-5001-4e5f-950e-e6e2c32dd640', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:18,562 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.058s
2026-05-30 07:55:18,562 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbafec1e-d256-4a65-b90c-1d8a3d8938e8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbafec1e-d256-4a65-b90c-1d8a3d8938e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:19,627 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.050s
2026-05-30 07:55:19,627 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baedb4a7-5b8a-4a1c-ba89-3e3428e32599', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baedb4a7-5b8a-4a1c-ba89-3e3428e32599', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:20,692 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.054s
2026-05-30 07:55:20,693 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a87701a-9eba-4d91-a27f-06c6f3b6e394', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a87701a-9eba-4d91-a27f-06c6f3b6e394', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:21,758 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.051s
2026-05-30 07:55:21,758 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3adda79-3f5c-4156-af80-3f3f00f3dae6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3adda79-3f5c-4156-af80-3f3f00f3dae6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:22,830 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.060s
2026-05-30 07:55:22,830 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b76869c-cbc9-469a-84c0-eb86da0b97af', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b76869c-cbc9-469a-84c0-eb86da0b97af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:23,892 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.049s
2026-05-30 07:55:23,892 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6795ad47-a764-479a-8860-8ca3d04e8598', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6795ad47-a764-479a-8860-8ca3d04e8598', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:25,070 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.165s
2026-05-30 07:55:25,070 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f314afbc-adb5-4524-bfcc-69917999fb2d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f314afbc-adb5-4524-bfcc-69917999fb2d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:26,146 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.054s
2026-05-30 07:55:26,147 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbf3658e-16fb-4faf-811f-96e6bda02872', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbf3658e-16fb-4faf-811f-96e6bda02872', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:27,216 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.058s
2026-05-30 07:55:27,217 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acc186ae-de1e-4ab3-8a75-507637af4074', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acc186ae-de1e-4ab3-8a75-507637af4074', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:28,279 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.051s
2026-05-30 07:55:28,279 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aff763b-8491-406e-8dff-c8f5e2fd959c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aff763b-8491-406e-8dff-c8f5e2fd959c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:29,347 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.057s
2026-05-30 07:55:29,348 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44cbd1fe-2c77-4d13-9234-897f7a1c6acd', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44cbd1fe-2c77-4d13-9234-897f7a1c6acd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:30,419 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.061s
2026-05-30 07:55:30,420 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27fb6e48-5634-499e-afa6-e4020d24ec42', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27fb6e48-5634-499e-afa6-e4020d24ec42', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:31,494 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.061s
2026-05-30 07:55:31,495 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7d44506-e017-4dba-ac4e-4d89512e1301', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7d44506-e017-4dba-ac4e-4d89512e1301', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:32,659 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.150s
2026-05-30 07:55:32,659 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27ac1b03-cc9b-4bd0-99b1-e2cb6fe1416b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27ac1b03-cc9b-4bd0-99b1-e2cb6fe1416b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:33,750 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.072s
2026-05-30 07:55:33,751 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56de80d0-b24c-4bac-aff4-c6c2cfa62bbc', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56de80d0-b24c-4bac-aff4-c6c2cfa62bbc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:34,843 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.080s
2026-05-30 07:55:34,843 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5604f371-9327-424f-9a5a-48805265b725', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5604f371-9327-424f-9a5a-48805265b725', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:35,961 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.102s
2026-05-30 07:55:35,961 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d240c4b-517e-42a7-8e74-0e1b123e7864', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d240c4b-517e-42a7-8e74-0e1b123e7864', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:37,058 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.083s
2026-05-30 07:55:37,059 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c5a41df-df0d-4cd4-bd55-6d0c820a752c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c5a41df-df0d-4cd4-bd55-6d0c820a752c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:38,324 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.242s
2026-05-30 07:55:38,324 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29106d88-1c56-4637-8a25-61c5481acae0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29106d88-1c56-4637-8a25-61c5481acae0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:39,424 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.077s
2026-05-30 07:55:39,424 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2562ff40-c2da-460b-8428-94babdbcd18c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2562ff40-c2da-460b-8428-94babdbcd18c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:40,511 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.070s
2026-05-30 07:55:40,512 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9797d9cc-8d54-4978-9995-914c7aa22a69', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9797d9cc-8d54-4978-9995-914c7aa22a69', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:41,606 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.081s
2026-05-30 07:55:41,606 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad28fb05-f34b-4680-96f7-dbdd09d214f2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad28fb05-f34b-4680-96f7-dbdd09d214f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:42,688 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.069s
2026-05-30 07:55:42,689 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502871e1-2eb8-44f0-996e-d94edaa1ce08', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502871e1-2eb8-44f0-996e-d94edaa1ce08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:43,814 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.111s
2026-05-30 07:55:43,814 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c49e3ab-92d5-4a6c-9661-57a9a2e1c493', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c49e3ab-92d5-4a6c-9661-57a9a2e1c493', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:44,889 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.063s
2026-05-30 07:55:44,890 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccd71275-be48-4612-92dc-3f97bb8e6db0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccd71275-be48-4612-92dc-3f97bb8e6db0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:45,958 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.055s
2026-05-30 07:55:45,959 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e2eb523-b7b7-4938-a4dc-7524b4378328', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e2eb523-b7b7-4938-a4dc-7524b4378328', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:47,020 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.050s
2026-05-30 07:55:47,021 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24ef7160-3c7b-461b-8c8f-39208a46ce11', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24ef7160-3c7b-461b-8c8f-39208a46ce11', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:48,090 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.056s
2026-05-30 07:55:48,091 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c77e5af-6aec-4ff2-8449-2e4eb0c9d8a4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c77e5af-6aec-4ff2-8449-2e4eb0c9d8a4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:49,168 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.067s
2026-05-30 07:55:49,169 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e52a4f22-ec84-4932-bfd7-9996d1ec6817', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e52a4f22-ec84-4932-bfd7-9996d1ec6817', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:50,246 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.064s
2026-05-30 07:55:50,246 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b604bacd-e429-496e-918a-9295f5a2919f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b604bacd-e429-496e-918a-9295f5a2919f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:51,321 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.059s
2026-05-30 07:55:51,322 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c27b8338-8cae-4bc8-bbcf-1b9935e8896d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c27b8338-8cae-4bc8-bbcf-1b9935e8896d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:52,544 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.209s
2026-05-30 07:55:52,544 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9846963d-7604-4e70-876d-004cdc28d1d9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9846963d-7604-4e70-876d-004cdc28d1d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:53,750 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.190s
2026-05-30 07:55:53,751 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ef89f1c-698a-4c12-9315-4e4420cab597', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ef89f1c-698a-4c12-9315-4e4420cab597', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:54,960 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.193s
2026-05-30 07:55:54,961 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd460125-851e-44e4-b42d-e580a0e69277', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd460125-851e-44e4-b42d-e580a0e69277', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:56,167 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.191s
2026-05-30 07:55:56,168 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efbd9eb5-89f0-475c-810b-6c80efc978db', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efbd9eb5-89f0-475c-810b-6c80efc978db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:57,245 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.065s
2026-05-30 07:55:57,246 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd653e19-3408-418f-8d74-6eaf7fbd8fa1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd653e19-3408-418f-8d74-6eaf7fbd8fa1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:58,324 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.064s
2026-05-30 07:55:58,325 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f1b28c5-0c5e-4d85-a148-0cb046a3488a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f1b28c5-0c5e-4d85-a148-0cb046a3488a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:55:59,398 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.062s
2026-05-30 07:55:59,399 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:55:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c60dddd4-b060-4ff9-a4df-004d491ee1e6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c60dddd4-b060-4ff9-a4df-004d491ee1e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:00,462 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.052s
2026-05-30 07:56:00,462 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56fb1035-70c6-4a5d-9d95-a0b987a8f63a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56fb1035-70c6-4a5d-9d95-a0b987a8f63a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:01,526 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.050s
2026-05-30 07:56:01,526 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a14caf48-89bf-47c0-964c-05605a449de9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a14caf48-89bf-47c0-964c-05605a449de9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:02,593 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.052s
2026-05-30 07:56:02,593 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abc99949-600d-46e4-8d09-fc29b4c86db2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abc99949-600d-46e4-8d09-fc29b4c86db2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:03,663 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.057s
2026-05-30 07:56:03,663 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-617a59b3-2622-4420-abe8-2115ca63adfb', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-617a59b3-2622-4420-abe8-2115ca63adfb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:04,731 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.055s
2026-05-30 07:56:04,731 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbe89ca1-ffc5-4ec7-9535-1f2349f34a61', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbe89ca1-ffc5-4ec7-9535-1f2349f34a61', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:05,794 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.051s
2026-05-30 07:56:05,794 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76e7e0bf-472a-4673-91d0-22df74966dc0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76e7e0bf-472a-4673-91d0-22df74966dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:06,862 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.056s
2026-05-30 07:56:06,862 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb20a763-f901-4497-8758-3cfb34f6a4cf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb20a763-f901-4497-8758-3cfb34f6a4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:07,958 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.085s
2026-05-30 07:56:07,959 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f4946f1-3e45-4b17-8b98-0dfbdfac84ea', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f4946f1-3e45-4b17-8b98-0dfbdfac84ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:09,046 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.073s
2026-05-30 07:56:09,046 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d830f053-f88a-436e-97e3-f6c05cf9c44b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d830f053-f88a-436e-97e3-f6c05cf9c44b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:10,114 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.055s
2026-05-30 07:56:10,114 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82779610-b783-4d64-9e01-854f41b45e04', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82779610-b783-4d64-9e01-854f41b45e04', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:11,177 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.051s
2026-05-30 07:56:11,177 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a1b16de-36db-4eee-9a5c-2d559967b59d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a1b16de-36db-4eee-9a5c-2d559967b59d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:12,243 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.054s
2026-05-30 07:56:12,243 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ede6628-2ceb-4932-9e42-9d914e4e143b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ede6628-2ceb-4932-9e42-9d914e4e143b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:13,321 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.066s
2026-05-30 07:56:13,321 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6c27d48-50d0-4477-8ad3-de9664772c78', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6c27d48-50d0-4477-8ad3-de9664772c78', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:14,420 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.083s
2026-05-30 07:56:14,420 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59b48c6e-53d2-4312-97f3-d881f6169095', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59b48c6e-53d2-4312-97f3-d881f6169095', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:15,543 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.112s
2026-05-30 07:56:15,543 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25563966-8766-4791-92bf-8911f6a0891d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25563966-8766-4791-92bf-8911f6a0891d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:16,613 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.058s
2026-05-30 07:56:16,613 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69e7a994-18cc-4727-8dd0-7b094dd615c0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69e7a994-18cc-4727-8dd0-7b094dd615c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:17,752 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.122s
2026-05-30 07:56:17,753 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1d053db-5027-4334-b9c3-beb366fc77e9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1d053db-5027-4334-b9c3-beb366fc77e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:18,864 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.096s
2026-05-30 07:56:18,864 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e36c991-edf9-482a-88a0-f3b942b5c27d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e36c991-edf9-482a-88a0-f3b942b5c27d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:19,930 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.052s
2026-05-30 07:56:19,931 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e60e63c-a019-4f46-a8a9-f521aa850080', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e60e63c-a019-4f46-a8a9-f521aa850080', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:20,987 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.045s
2026-05-30 07:56:20,987 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c615bc6-7ddf-4f7e-8160-d73aba8a59cb', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c615bc6-7ddf-4f7e-8160-d73aba8a59cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:22,070 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.069s
2026-05-30 07:56:22,071 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49016ed6-8e4f-462f-b0e2-9109b0433c11', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49016ed6-8e4f-462f-b0e2-9109b0433c11', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:23,162 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.079s
2026-05-30 07:56:23,163 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a341fe1c-7c18-433e-9eb1-3521d5f60eb6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a341fe1c-7c18-433e-9eb1-3521d5f60eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:24,247 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.070s
2026-05-30 07:56:24,247 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65e4a8ad-cb62-46a7-8460-12faa7aefade', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65e4a8ad-cb62-46a7-8460-12faa7aefade', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:25,351 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.090s
2026-05-30 07:56:25,352 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb200930-a64c-4ee5-9a2f-acab99d82e0c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb200930-a64c-4ee5-9a2f-acab99d82e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:26,415 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.052s
2026-05-30 07:56:26,416 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-560f331c-88f3-4dd5-8253-bddd3512c555', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-560f331c-88f3-4dd5-8253-bddd3512c555', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:27,512 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.082s
2026-05-30 07:56:27,513 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d8b69f6-0a41-4a6c-92a8-e4577730362b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d8b69f6-0a41-4a6c-92a8-e4577730362b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:28,600 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.070s
2026-05-30 07:56:28,600 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-205e79e2-8448-45c8-b058-0eb37c4e212b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-205e79e2-8448-45c8-b058-0eb37c4e212b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:29,685 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.072s
2026-05-30 07:56:29,686 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518e661c-bf60-4dc3-81b6-e15b22e1363d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518e661c-bf60-4dc3-81b6-e15b22e1363d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:30,772 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.070s
2026-05-30 07:56:30,773 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54ddc499-0c2e-48f4-b003-df4c741592b2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54ddc499-0c2e-48f4-b003-df4c741592b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:31,839 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.052s
2026-05-30 07:56:31,839 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e503579d-0fcf-461d-b483-dc839359ea0e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e503579d-0fcf-461d-b483-dc839359ea0e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:32,931 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.077s
2026-05-30 07:56:32,931 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ab6a4c7-8f2f-4b25-9432-ce9b6a240ab9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ab6a4c7-8f2f-4b25-9432-ce9b6a240ab9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:34,025 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.082s
2026-05-30 07:56:34,026 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad413db4-ac1e-4931-b359-1e484805c7de', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad413db4-ac1e-4931-b359-1e484805c7de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:35,140 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.099s
2026-05-30 07:56:35,140 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd9b8d5-0273-40e4-aa83-40edd8894d27', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd9b8d5-0273-40e4-aa83-40edd8894d27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:36,225 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.069s
2026-05-30 07:56:36,225 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bcfbf32-b642-4d5c-89c2-9c0d52de7058', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bcfbf32-b642-4d5c-89c2-9c0d52de7058', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:37,297 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.061s
2026-05-30 07:56:37,298 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39ace3d1-f815-4ee2-b10b-ce27738e1819', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39ace3d1-f815-4ee2-b10b-ce27738e1819', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:38,368 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.056s
2026-05-30 07:56:38,368 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96cb2690-59c0-4ced-83c4-db59a7f2d1dc', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96cb2690-59c0-4ced-83c4-db59a7f2d1dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:39,428 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.047s
2026-05-30 07:56:39,428 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-781e2919-d50f-495f-9a17-a8ae2f865af9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-781e2919-d50f-495f-9a17-a8ae2f865af9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:40,512 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.071s
2026-05-30 07:56:40,513 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9084acb2-80a4-4320-abef-b727bc698850', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9084acb2-80a4-4320-abef-b727bc698850', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:41,599 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.072s
2026-05-30 07:56:41,599 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-530668c9-c284-4004-9ddf-ab1f2cc41f07', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-530668c9-c284-4004-9ddf-ab1f2cc41f07', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:42,787 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.175s
2026-05-30 07:56:42,787 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8238898d-845f-46e3-8f94-9529a41c9e37', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8238898d-845f-46e3-8f94-9529a41c9e37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:43,885 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.074s
2026-05-30 07:56:43,887 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f35dbb-1cd5-4b41-aab7-8daf55144cb8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94f35dbb-1cd5-4b41-aab7-8daf55144cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:45,042 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.140s
2026-05-30 07:56:45,042 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3dff4b9-59ca-46ee-a717-bdd447ae29c3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3dff4b9-59ca-46ee-a717-bdd447ae29c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:46,207 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.146s
2026-05-30 07:56:46,207 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-366dc265-148b-4dc5-97c7-ed69faf1c955', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-366dc265-148b-4dc5-97c7-ed69faf1c955', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:47,333 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.108s
2026-05-30 07:56:47,334 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d228972a-4c3f-404b-b088-eca37d81cda3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d228972a-4c3f-404b-b088-eca37d81cda3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:48,429 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.078s
2026-05-30 07:56:48,429 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c64e57a-d7dd-43ae-911c-6449a7132431', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c64e57a-d7dd-43ae-911c-6449a7132431', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:49,518 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.077s
2026-05-30 07:56:49,518 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7de376a7-847e-4bae-b9ba-7351f0f4420e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7de376a7-847e-4bae-b9ba-7351f0f4420e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:50,626 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.092s
2026-05-30 07:56:50,627 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-facba76b-c7d7-4797-9196-bbbbf4f8795f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-facba76b-c7d7-4797-9196-bbbbf4f8795f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:51,698 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.058s
2026-05-30 07:56:51,699 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db6ace9a-aaa3-4119-9570-77a30face362', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db6ace9a-aaa3-4119-9570-77a30face362', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:52,782 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.068s
2026-05-30 07:56:52,783 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c454a4c4-40d3-4b71-900c-8b6807492a40', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c454a4c4-40d3-4b71-900c-8b6807492a40', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:53,853 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.055s
2026-05-30 07:56:53,853 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbfa9cec-96b9-464d-9808-5f89be9257ed', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbfa9cec-96b9-464d-9808-5f89be9257ed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:54,909 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.044s
2026-05-30 07:56:54,909 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7320285e-f20c-48fc-8b35-01a4ee54bfdb', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7320285e-f20c-48fc-8b35-01a4ee54bfdb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:55,984 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.063s
2026-05-30 07:56:55,984 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a9ecb98-bbe6-4afd-81ba-6d5fd553b664', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a9ecb98-bbe6-4afd-81ba-6d5fd553b664', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:57,059 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.062s
2026-05-30 07:56:57,059 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26b9d867-edac-405c-820c-b6b1d310f894', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26b9d867-edac-405c-820c-b6b1d310f894', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:58,146 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.075s
2026-05-30 07:56:58,147 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19a1e50e-8154-4755-897f-581895775d5c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19a1e50e-8154-4755-897f-581895775d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:56:59,213 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.053s
2026-05-30 07:56:59,214 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:56:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef3b8a3-db4b-4684-a289-8643e3a4f8d4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef3b8a3-db4b-4684-a289-8643e3a4f8d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:00,301 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.075s
2026-05-30 07:57:00,301 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-907e339c-23da-4cb1-ba06-6f475ff9fd83', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-907e339c-23da-4cb1-ba06-6f475ff9fd83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:01,377 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.063s
2026-05-30 07:57:01,378 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45c3b0e5-7e17-4172-be40-9f7fafb45937', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45c3b0e5-7e17-4172-be40-9f7fafb45937', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:02,451 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.061s
2026-05-30 07:57:02,452 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf536896-704b-4eba-ac23-9c9b3b72093c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf536896-704b-4eba-ac23-9c9b3b72093c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:03,513 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.046s
2026-05-30 07:57:03,514 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-452f7729-82fa-4d2e-8c48-09bd6a66e24f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-452f7729-82fa-4d2e-8c48-09bd6a66e24f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:04,579 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.051s
2026-05-30 07:57:04,580 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4d68c43-b918-40ec-a3c9-19157f77596d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4d68c43-b918-40ec-a3c9-19157f77596d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:05,687 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.094s
2026-05-30 07:57:05,687 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db15fa79-280a-4ae2-b012-1fbd6c0f61e3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db15fa79-280a-4ae2-b012-1fbd6c0f61e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:06,804 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.103s
2026-05-30 07:57:06,805 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b8efb71-88fc-42b6-8b1f-32a564cf1deb', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b8efb71-88fc-42b6-8b1f-32a564cf1deb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:07,914 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.099s
2026-05-30 07:57:07,915 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde0d2dd-02fe-41e0-97eb-45a4845d1edf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde0d2dd-02fe-41e0-97eb-45a4845d1edf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:08,991 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.065s
2026-05-30 07:57:08,991 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6b44049-2fe7-4ee7-93ed-c524126c8551', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6b44049-2fe7-4ee7-93ed-c524126c8551', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:10,057 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.053s
2026-05-30 07:57:10,057 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9289f9a-80d0-4afa-a719-fae9c5f5686d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9289f9a-80d0-4afa-a719-fae9c5f5686d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:11,131 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.061s
2026-05-30 07:57:11,132 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faaf6fed-e57d-4289-9164-9357af2944c7', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faaf6fed-e57d-4289-9164-9357af2944c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:12,204 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.058s
2026-05-30 07:57:12,204 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de635622-9eea-4e54-b391-b276bd11a8db', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de635622-9eea-4e54-b391-b276bd11a8db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:13,263 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.045s
2026-05-30 07:57:13,263 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf6898a7-f363-4110-9f83-50af0da4f7cf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf6898a7-f363-4110-9f83-50af0da4f7cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:14,336 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.061s
2026-05-30 07:57:14,336 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3063a1aa-cd2e-4a30-b443-caa5a60aca7f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3063a1aa-cd2e-4a30-b443-caa5a60aca7f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:15,418 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.068s
2026-05-30 07:57:15,419 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3498cb4f-9455-4477-9636-65afe4b811fd', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3498cb4f-9455-4477-9636-65afe4b811fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:16,523 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.090s
2026-05-30 07:57:16,523 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94759d6e-7ed5-406c-bcc2-8bfe5aa26dda', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94759d6e-7ed5-406c-bcc2-8bfe5aa26dda', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:17,591 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.053s
2026-05-30 07:57:17,591 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb4a01b-f097-473c-a93f-23767d9b1647', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb4a01b-f097-473c-a93f-23767d9b1647', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:18,659 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.055s
2026-05-30 07:57:18,659 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-605c3079-a090-4356-afaf-895ab120aeb3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-605c3079-a090-4356-afaf-895ab120aeb3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:19,722 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.052s
2026-05-30 07:57:19,723 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8f57734-55e2-4148-bc75-daeb46940ff7', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8f57734-55e2-4148-bc75-daeb46940ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:20,789 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.053s
2026-05-30 07:57:20,790 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1af4787-d6eb-49b8-87bc-607f5940364c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1af4787-d6eb-49b8-87bc-607f5940364c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:21,859 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.055s
2026-05-30 07:57:21,859 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e22ce4-0e17-4c4e-8c34-3f571775fd69', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e22ce4-0e17-4c4e-8c34-3f571775fd69', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:22,918 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.047s
2026-05-30 07:57:22,919 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe5eeb12-03b6-44b0-8074-1b79e006bfc5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe5eeb12-03b6-44b0-8074-1b79e006bfc5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:23,976 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.046s
2026-05-30 07:57:23,976 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4208584-fa44-43d2-9666-bb7c84feb371', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4208584-fa44-43d2-9666-bb7c84feb371', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:25,054 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.066s
2026-05-30 07:57:25,054 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-640586e1-1ebc-4080-9cce-3064c0487e2c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-640586e1-1ebc-4080-9cce-3064c0487e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:26,131 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.065s
2026-05-30 07:57:26,131 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0231642b-a482-4438-a207-be07c8d34a7d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0231642b-a482-4438-a207-be07c8d34a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:27,214 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.066s
2026-05-30 07:57:27,215 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-056790ac-b287-4415-9aef-2710786cee19', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-056790ac-b287-4415-9aef-2710786cee19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:28,288 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4 0.058s
2026-05-30 07:57:28,289 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20fcc855-57b2-4c10-b43e-755c74bcc791', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20fcc855-57b2-4c10-b43e-755c74bcc791', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4'}
Body: b'{"volume": {"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-30T05:49:38.000000", "updated_at": "2026-05-30T05:50:45.000000", "name": "tempest-ServerActionsTestOtherA-volume-1190077217", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.157/volume/v3/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}, {"rel": "bookmark", "href": "http://192.168.122.157/volume/volumes/b39bede4-e3d3-4e97-ac89-cac18a8167b4"}], "user_id": "05577826267e442d9eedcfa80c5d682d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "attachment_id": "b335cb12-ddec-4b11-a53e-e5a7b6c5e379", "volume_id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4", "server_id": "c20606c0-603a-434b-a248-97645b2082d5", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-30T05:50:44.000000"}], "os-vol-tenant-attr:tenant_id": "4f5771bb6d924c8faad8f75716885ed1"}}'
2026-05-30 07:57:28,542 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.236s
2026-05-30 07:57:28,542 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:28 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-77c5c4d7-bdcb-4b1f-bea8-b078f967a4db', 'x-compute-request-id': 'req-77c5c4d7-bdcb-4b1f-bea8-b078f967a4db', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b''
2026-05-30 07:57:28,809 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.266s
2026-05-30 07:57:28,809 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1821', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2e81ac9-4c00-44a9-9eaa-e9b8abef5bee', 'x-compute-request-id': 'req-a2e81ac9-4c00-44a9-9eaa-e9b8abef5bee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "ERROR", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:57:28Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-30T05:50:52Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:57:30,680 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5 0.858s
2026-05-30 07:57:30,684 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1821', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea077572-44f3-4d5f-b153-028f8100556d', 'x-compute-request-id': 'req-ea077572-44f3-4d5f-b153-028f8100556d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-866239669-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:c1:9a"}]}, "created": "2026-05-30T05:49:44Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/flavors/42"}]}, "hostId": "20f86f4b50ea3199e87809f21ed80bdba224e0401f97a5d052b683bd", "id": "c20606c0-603a-434b-a248-97645b2082d5", "image": {"id": "5a6ce52e-3794-4953-aa06-bbda59d6002f", "links": [{"rel": "bookmark", "href": "http://192.168.122.157/compute/images/5a6ce52e-3794-4953-aa06-bbda59d6002f"}]}, "links": [{"rel": "self", "href": "http://192.168.122.157/compute/v2.1/servers/c20606c0-603a-434b-a248-97645b2082d5"}, {"rel": "bookmark", "href": "http://192.168.122.157/compute/servers/c20606c0-603a-434b-a248-97645b2082d5"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-253992275", "status": "ERROR", "tenant_id": "4f5771bb6d924c8faad8f75716885ed1", "user_id": "05577826267e442d9eedcfa80c5d682d", "updated": "2026-05-30T05:57:28Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-30T05:50:52Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2093040078", "OS-SRV-USG:launched_at": "2026-05-30T05:50:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1056949339"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b39bede4-e3d3-4e97-ac89-cac18a8167b4"}]}}'
2026-05-30 07:57:30,812 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://192.168.122.157/compute/v2.1/os-keypairs/tempest-keypair-2093040078 0.109s
2026-05-30 07:57:30,813 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:30 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-0a18ac8b-041c-4698-8715-0fdae6a9ff25', 'x-compute-request-id': 'req-0a18ac8b-041c-4698-8715-0fdae6a9ff25', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.157/compute/v2.1/os-keypairs/tempest-keypair-2093040078'}
Body: b''
2026-05-30 07:57:31,020 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 409 DELETE http://192.168.122.157/networking/v2.0/security-groups/7faa76f9-0313-46ef-9c6a-9d01a64bc20e 0.206s
2026-05-30 07:57:31,021 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-4bd9f7fd-1ab7-49b6-8d61-a1e923dfdeb4', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.157/networking/v2.0/security-groups/7faa76f9-0313-46ef-9c6a-9d01a64bc20e'}
Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group 7faa76f9-0313-46ef-9c6a-9d01a64bc20e in use.", "detail": ""}}'
2026-05-30 07:57:31,021 86626 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group 7faa76f9-0313-46ef-9c6a-9d01a64bc20e VM might not be deleted
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-05-30 07:57:31.021 86626 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-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp)
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 7faa76f9-0313-46ef-9c6a-9d01a64bc20e in use.', 'detail': ''}
2026-05-30 07:57:31.021 86626 ERROR tempest.lib.common.validation_resources
2026-05-30 07:57:33,455 86626 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.157/networking/v2.0/floatingips/37f441b7-a5f3-490b-aec4-2a60b32dd5eb 2.428s
2026-05-30 07:57:33,456 86626 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 30 May 2026 05:57:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-9234c012-6524-47e5-9164-95e8a86f51a5', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.157/networking/v2.0/floatingips/37f441b7-a5f3-490b-aec4-2a60b32dd5eb'}
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 c20606c0-603a-434b-a248-97645b2082d5 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 c20606c0-603a-434b-a248-97645b2082d5 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 b39bede4-e3d3-4e97-ac89-cac18a8167b4 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 c20606c0-603a-434b-a248-97645b2082d5 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-30T05:50:52Z', '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 7faa76f9-0313-46ef-9c6a-9d01a64bc20e 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 c20606c0-603a-434b-a248-97645b2082d5 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-05-30T05:50:52Z', '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.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt13.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt13.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
pt14.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt14.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectAdminTests33) |
skip
pt15.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectReaderTests33) |
skip
pt15.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectMemberTests33) |
skip
pt15.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectReaderTests39) |
skip
pt15.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectAdminTests39) |
skip
pt15.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectMemberTests39) |
skip
pt15.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectMemberTests) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
ProjectAdminTests) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectReaderTests) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectMemberTests) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectMemberTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
ProjectAdminTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectReaderTests) |
skip
pt18.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
VolumeTypesAdminTests) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt20.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt20.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt20.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt20.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
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt21.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
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt22.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
pt23.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt23.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
pt24.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt24.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveAutoBlockMigrationV225Test) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt25.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveMigrationTest) |
skip
pt25.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt26.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
pt27.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
pt28.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
pt29.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
pt30.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt31.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt31.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt32.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt33.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt33.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt34.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt35.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt36.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
pt37.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
pt37.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
pt38.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
pt39.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
pt40.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
pt41.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
pt41.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt42.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt42.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt43.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
pt43.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
pt44.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
pt44.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
pt44.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
pt45.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
pt46.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt49.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
pt49.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
pt50.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
pt50.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
pt50.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
pt51.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
pt52.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
pt53.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
pt53.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
pt54.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
pt54.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
pt55.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
pt56.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt59.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
pt59.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
pt60.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt64.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
pt64.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
pt64.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt68.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
pt68.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
pt69.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
pt69.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
pt70.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
pt70.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
pt70.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
pt70.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
pt71.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
pt71.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
pt71.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt75.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
pt76.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
pt77.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
pt78.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
pt79.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
pt79.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
pt80.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
pt80.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
pt81.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
pt82.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
pt82.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
pt83.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
pt83.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
pt84.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
pt84.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
pt85.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
pt85.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
pt86.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
pt86.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
pt87.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
pt87.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
pt87.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
pt87.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
pt87.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
pt87.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
pt88.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
pt89.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
pt90.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
pt90.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
pt91.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
pt91.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
pt91.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
pt92.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt95.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
pt95.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
pt95.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
pt95.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt98.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
pt99.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
pt100.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
pt101.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
pt102.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
pt103.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| Total | 306 | 248 | 2 | 0 | 56 | ||