Status: Pass 246 Failure 4 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 0x74a3e87a3340>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (ServerActionsTestOtherA:tearDownClass) Failed to delete volume b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 within the required time (196 s). Timer started at 1781685378. Timer ended at 1781685575. Waited for 197 s., <traceback object at 0x74a3e879d180>))
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
fail
ft2.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 10:28:11,544 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://192.168.122.217/compute/v2.1/servers/adbfdda2-3a9c-4059-b039-c6d2f80eb459 0.625s
2026-06-17 10:28:11,544 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9481d233-cc65-4cc5-adc4-ccfde3ef2947', 'x-compute-request-id': 'req-9481d233-cc65-4cc5-adc4-ccfde3ef2947', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/adbfdda2-3a9c-4059-b039-c6d2f80eb459'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:51:90"}, {"version": 4, "addr": "172.24.4.123", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:51:90"}]}, "created": "2026-06-17T08:26:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "adbfdda2-3a9c-4059-b039-c6d2f80eb459", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/adbfdda2-3a9c-4059-b039-c6d2f80eb459"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/adbfdda2-3a9c-4059-b039-c6d2f80eb459"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-385106728", "status": "ACTIVE", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:27:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1760857663", "OS-SRV-USG:launched_at": "2026-06-17T08:27:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1438798448"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:12,026 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.217/volume/v3/volumes 0.465s
2026-06-17 10:28:12,027 92207 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-1582151844"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0e53fdc-3fb7-43a9-b622-62c7519e55b9', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0e53fdc-3fb7-43a9-b622-62c7519e55b9', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/volume/v3/volumes'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:11.883994", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 10:28:12,199 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST http://192.168.122.217/identity/v3/auth/tokens 0.152s
2026-06-17 10:28:12,199 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2530', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e4b48373-0eb5-4d67-a1b0-21b11308813f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.217/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "02551a536a144b57979aa1e07bc0a811", "name": "tempest-ServerActionsTestOtherA-1721865595-project-member", "password_expires_at": null}, "audit_ids": ["u3CIf7HCQvigjSDpvPmdog"], "expires_at": "2026-06-17T09:28:12.000000Z", "issued_at": "2026-06-17T08:28:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ca99d9cec1554d08a79f3e05c5a80d04", "name": "tempest-ServerActionsTestOtherA-1721865595"}, "is_domain": false, "roles": [{"id": "9441b60ae2b9406e84f2d1ae4751644f", "name": "member"}, {"id": "7d05060ded014d86abd3cddb2a8301f8", "name": "reader"}], "catalog": [{"endpoints": [{"id": "a248ee20b1044b448111790de2432504", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.217/compute/v2.1", "region": "RegionOne"}], "id": "077a182f670140a589f583c5487d6f2f", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8b2c97c9730d4e7b9fcfd6a20fb0d4b9", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.217/networking", "region": "RegionOne"}], "id": "5215e899a8034525bd2a58a084d3b3d4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5874cd885b2f43928cf538e44c8b27c5", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.217/compute/v2/ca99d9cec1554d08a79f3e05c5a80d04", "region": "RegionOne"}], "id": "551ac4d9a58d426a8fc9b8c5a4600fec", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f01c85a5e0234019ae26cc20bffc0a94", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.217/identity", "region": "RegionOne"}], "id": "7ec2c9748a6c4c4f8a951abde146e148", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ac07af0a2454b52a2534c8195ca21a5", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.217/image", "region": "RegionOne"}], "id": "ad097b4417f34d7a9806e1a20b12ef9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "646f7b8842aa46178fd2cc77d67a2e2b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.217/placement", "region": "RegionOne"}], "id": "b40f2bf67cb54ba8a660cf244d9fe53a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "abcd98c16a7446b78ee5b773d775cd70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.217/volume/v3", "region": "RegionOne"}], "id": "d2c5fa69b91746e6882d4a3a313c74cf", "type": "block-storage", "name": "cinder"}]}}'
2026-06-17 10:28:12,200 92207 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': '0b200a91-1de1-4107-87ea-22810de5abfc', 'name': 'tempest-ServerActionsTestOtherA-1105481228-network', 'tenant_id': 'ca99d9cec1554d08a79f3e05c5a80d04', 'project_id': 'ca99d9cec1554d08a79f3e05c5a80d04', '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': 48180, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-17T08:26:20Z', 'updated_at': '2026-06-17T08:26:20Z', 'revision_number': 1} available for tenant
2026-06-17 10:28:12,201 92207 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-17 10:28:12,201 92207 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-17 10:28:12,353 92207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.217/compute/v2.1/os-keypairs 0.150s
2026-06-17 10:28:12,353 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-109614566", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAZtPNhLPytUlhD9zqOPDWcvYomQE+3TVahYkSPw1IGX/t3dMFdfbaPddX73bUkEqYXygWf477r9xV43HGldcpqj4FIHNR7x+3LbdyRsEFoLvQues4S4epjFJ8twWZpn6g=="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3009359d-c6ca-4811-9405-acbb696fedab', 'x-compute-request-id': 'req-3009359d-c6ca-4811-9405-acbb696fedab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-109614566", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAZtPNhLPytUlhD9zqOPDWcvYomQE+3TVahYkSPw1IGX/t3dMFdfbaPddX73bUkEqYXygWf477r9xV43HGldcpqj4FIHNR7x+3LbdyRsEFoLvQues4S4epjFJ8twWZpn6g==", "fingerprint": "2e:b6:0d:fb:4c:41:79:b6:2b:7c:4d:95:28:19:cd:57", "user_id": "02551a536a144b57979aa1e07bc0a811"}}'
2026-06-17 10:28:12,356 92207 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-109614566 created
2026-06-17 10:28:13,564 92207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.217/networking/v2.0/security-groups 1.206s
2026-06-17 10:28:13,564 92207 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--1308946885", "description": "tempest-description--2129524272"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-37aea460-6ff6-4781-b9fc-6f665b56ca47', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.217/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "56fbd5ed-79bd-41ac-863a-27ea67bafe3f", "name": "tempest-securitygroup--1308946885", "stateful": true, "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "project_id": "ca99d9cec1554d08a79f3e05c5a80d04", "description": "tempest-description--2129524272", "shared": false, "security_group_rules": [{"id": "0fe074f9-51e4-477f-ac30-cb5056846048", "project_id": "ca99d9cec1554d08a79f3e05c5a80d04", "security_group_id": "56fbd5ed-79bd-41ac-863a-27ea67bafe3f", "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": 180, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T08:28:13Z", "updated_at": "2026-06-17T08:28:13Z", "revision_number": 0, "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}, {"id": "41c71712-a0a6-4161-b9b7-3417c47120bb", "project_id": "ca99d9cec1554d08a79f3e05c5a80d04", "security_group_id": "56fbd5ed-79bd-41ac-863a-27ea67bafe3f", "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": 179, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T08:28:13Z", "updated_at": "2026-06-17T08:28:13Z", "revision_number": 0, "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}], "tags": [], "created_at": "2026-06-17T08:28:13Z", "updated_at": "2026-06-17T08:28:13Z", "revision_number": 1}}'
2026-06-17 10:28:14,378 92207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.217/networking/v2.0/security-group-rules 0.811s
2026-06-17 10:28:14,378 92207 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": "56fbd5ed-79bd-41ac-863a-27ea67bafe3f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-cfb1e7f6-033e-4874-a897-fece2a2fe069', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.217/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ef7e3409-fd00-4507-a579-ef8ab8219dbe", "project_id": "ca99d9cec1554d08a79f3e05c5a80d04", "security_group_id": "56fbd5ed-79bd-41ac-863a-27ea67bafe3f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T08:28:14Z", "updated_at": "2026-06-17T08:28:14Z", "revision_number": 0, "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:28:15,479 92207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.217/networking/v2.0/security-group-rules 1.099s
2026-06-17 10:28:15,479 92207 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": "56fbd5ed-79bd-41ac-863a-27ea67bafe3f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-3c2ad6dd-bd51-4e0e-9609-8d22279c56fd', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.217/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "0066a76a-0ce8-4fd8-af32-299c93ad3df4", "project_id": "ca99d9cec1554d08a79f3e05c5a80d04", "security_group_id": "56fbd5ed-79bd-41ac-863a-27ea67bafe3f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T08:28:15Z", "updated_at": "2026-06-17T08:28:15Z", "revision_number": 0, "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:28:15,480 92207 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1308946885 created
2026-06-17 10:28:17,353 92207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.217/networking/v2.0/floatingips 1.872s
2026-06-17 10:28:17,355 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "38406754-4abb-4c92-9c62-be8190a21d5a"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-9a82c59f-fd72-4a6d-9cd2-a88c420e38db', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.217/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "3e19728a-1132-4625-b284-ddfd2b14f6fd", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "project_id": "ca99d9cec1554d08a79f3e05c5a80d04", "floating_ip_address": "172.24.4.124", "floating_network_id": "38406754-4abb-4c92-9c62-be8190a21d5a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T08:28:16Z", "updated_at": "2026-06-17T08:28:16Z", "revision_number": 0}}'
2026-06-17 10:28:17,356 92207 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3e19728a-1132-4625-b284-ddfd2b14f6fd', 'tenant_id': 'ca99d9cec1554d08a79f3e05c5a80d04', 'project_id': 'ca99d9cec1554d08a79f3e05c5a80d04', 'floating_ip_address': '172.24.4.124', 'floating_network_id': '38406754-4abb-4c92-9c62-be8190a21d5a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T08:28:16Z', 'updated_at': '2026-06-17T08:28:16Z', 'revision_number': 0, 'ip': '172.24.4.124'} created
2026-06-17 10:28:17,356 92207 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-109614566', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAZtPNhLPytUlhD9zqOPDWcvYomQE+3TVahYkSPw1IGX/t3dMFdfbaPddX73bUkEqYXygWf477r9xV43HGldcpqj4FIHNR7x+3LbdyRsEFoLvQues4S4epjFJ8twWZpn6g==', 'fingerprint': '2e:b6:0d:fb:4c:41:79:b6:2b:7c:4d:95:28:19:cd:57', 'user_id': '02551a536a144b57979aa1e07bc0a811', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCJn9ra1CF1YOL/4KioA6GV3RtMex+7WIPkNGmuqyZtho1SHMy3oz25\noDSVahR8j8igBwYFK4EEACKhZANiAAQGbTzYSz8rVJYQ/c6jjw1nL2KJkBPt01Wo\nWJEj8NSBl/7d3TBXX22j3XV+921JBKmF8oFn+O+6/cVeNxxpXXKao+BSBzUe8fty\n23ckbBBaC70LnrOEuHqYxSfLcFmaZ+o=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '56fbd5ed-79bd-41ac-863a-27ea67bafe3f', 'name': 'tempest-securitygroup--1308946885', 'stateful': True, 'tenant_id': 'ca99d9cec1554d08a79f3e05c5a80d04', 'project_id': 'ca99d9cec1554d08a79f3e05c5a80d04', 'description': 'tempest-description--2129524272', 'shared': False, 'security_group_rules': [{'id': '0fe074f9-51e4-477f-ac30-cb5056846048', 'project_id': 'ca99d9cec1554d08a79f3e05c5a80d04', 'security_group_id': '56fbd5ed-79bd-41ac-863a-27ea67bafe3f', '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': 180, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T08:28:13Z', 'updated_at': '2026-06-17T08:28:13Z', 'revision_number': 0, 'tenant_id': 'ca99d9cec1554d08a79f3e05c5a80d04'}, {'id': '41c71712-a0a6-4161-b9b7-3417c47120bb', 'project_id': 'ca99d9cec1554d08a79f3e05c5a80d04', 'security_group_id': '56fbd5ed-79bd-41ac-863a-27ea67bafe3f', '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': 179, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T08:28:13Z', 'updated_at': '2026-06-17T08:28:13Z', 'revision_number': 0, 'tenant_id': 'ca99d9cec1554d08a79f3e05c5a80d04'}], 'tags': [], 'created_at': '2026-06-17T08:28:13Z', 'updated_at': '2026-06-17T08:28:13Z', 'revision_number': 1}, 'floating_ip': {'id': '3e19728a-1132-4625-b284-ddfd2b14f6fd', 'tenant_id': 'ca99d9cec1554d08a79f3e05c5a80d04', 'project_id': 'ca99d9cec1554d08a79f3e05c5a80d04', 'floating_ip_address': '172.24.4.124', 'floating_network_id': '38406754-4abb-4c92-9c62-be8190a21d5a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T08:28:16Z', 'updated_at': '2026-06-17T08:28:16Z', 'revision_number': 0, 'ip': '172.24.4.124'}}
2026-06-17 10:28:18,317 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.217/compute/v2.1/servers 0.960s
2026-06-17 10:28:18,318 92207 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-1367983477", "imageRef": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "flavorRef": "42", "networks": [{"uuid": "0b200a91-1de1-4107-87ea-22810de5abfc"}], "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "key_name": "tempest-keypair-109614566", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '414', 'location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b092ed7-58e0-4a1d-b82e-d088aac40b71', 'x-compute-request-id': 'req-6b092ed7-58e0-4a1d-b82e-d088aac40b71', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/compute/v2.1/servers'}
Body: b'{"server": {"id": "6052452e-ced8-4985-81bf-975358b97322", "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "adminPass": "bjzYTKC4BdWn"}}'
2026-06-17 10:28:18,449 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.128s
2026-06-17 10:28:18,449 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2feb5f53-dd23-46f9-987b-d3f0f64893fd', 'x-compute-request-id': 'req-2feb5f53-dd23-46f9-987b-d3f0f64893fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:19,669 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.209s
2026-06-17 10:28:19,670 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-049754f3-6925-4b5e-8dc2-8f8ac217e894', 'x-compute-request-id': 'req-049754f3-6925-4b5e-8dc2-8f8ac217e894', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:20,810 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.125s
2026-06-17 10:28:20,812 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1ca10f2-190c-4aef-8e00-e55c33c8297b', 'x-compute-request-id': 'req-e1ca10f2-190c-4aef-8e00-e55c33c8297b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:20,826 92207 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-17 10:28:21,996 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.168s
2026-06-17 10:28:21,996 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82134476-5441-4684-be57-cf8cc0e0a033', 'x-compute-request-id': 'req-82134476-5441-4684-be57-cf8cc0e0a033', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:23,192 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.182s
2026-06-17 10:28:23,192 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dbb75d3-e993-4853-90d6-28d013b0c2e0', 'x-compute-request-id': 'req-6dbb75d3-e993-4853-90d6-28d013b0c2e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:23,203 92207 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-17 10:28:25,145 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.941s
2026-06-17 10:28:25,146 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1393', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8a14d6e-705e-4bd9-99da-acbb1a3d34c2', 'x-compute-request-id': 'req-e8a14d6e-705e-4bd9-99da-acbb1a3d34c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:25,157 92207 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2026-06-17 10:28:26,588 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.430s
2026-06-17 10:28:26,588 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc2af6a3-fe47-4820-918b-2e83738ea088', 'x-compute-request-id': 'req-cc2af6a3-fe47-4820-918b-2e83738ea088', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:26,601 92207 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-06-17 10:28:30,564 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 2.961s
2026-06-17 10:28:30,565 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5085db21-e9c7-4e15-8e43-c19da63c0b01', 'x-compute-request-id': 'req-5085db21-e9c7-4e15-8e43-c19da63c0b01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:32,605 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 1.026s
2026-06-17 10:28:32,606 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96f5c88b-abbf-484e-91f3-b0e426eaf46d', 'x-compute-request-id': 'req-96f5c88b-abbf-484e-91f3-b0e426eaf46d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:33,946 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.324s
2026-06-17 10:28:33,946 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf0376ea-5a57-44d6-ac00-0fd2ab92e738', 'x-compute-request-id': 'req-cf0376ea-5a57-44d6-ac00-0fd2ab92e738', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:35,503 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.543s
2026-06-17 10:28:35,504 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8aeb2480-3e59-41fa-9464-db4ff22e47b5', 'x-compute-request-id': 'req-8aeb2480-3e59-41fa-9464-db4ff22e47b5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:36,704 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.187s
2026-06-17 10:28:36,704 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-668198b7-b0b3-4ff9-b9ab-2980a23bfbb4', 'x-compute-request-id': 'req-668198b7-b0b3-4ff9-b9ab-2980a23bfbb4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:38,407 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.689s
2026-06-17 10:28:38,407 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b78456f-c718-46d5-9f7a-892165f624d0', 'x-compute-request-id': 'req-9b78456f-c718-46d5-9f7a-892165f624d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:39,824 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.400s
2026-06-17 10:28:39,824 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-251f116b-4028-48bf-ba66-a519965a6ff7', 'x-compute-request-id': 'req-251f116b-4028-48bf-ba66-a519965a6ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:42,306 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 1.467s
2026-06-17 10:28:42,306 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69406e38-8263-4808-95db-2d18dbdcb41f', 'x-compute-request-id': 'req-69406e38-8263-4808-95db-2d18dbdcb41f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "BUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:45,795 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 2.467s
2026-06-17 10:28:45,796 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:43 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-b9796844-22a2-4d59-b7fa-594705757ee1', 'x-compute-request-id': 'req-b9796844-22a2-4d59-b7fa-594705757ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "ACTIVE", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:28:45,812 92207 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 27 second wait
2026-06-17 10:28:46,719 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-interface 0.905s
2026-06-17 10:28:46,720 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:45 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-ad11d92a-4a3e-4a80-87a5-7889568a6f83', 'x-compute-request-id': 'req-ad11d92a-4a3e-4a80-87a5-7889568a6f83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "0b200a91-1de1-4107-87ea-22810de5abfc", "port_id": "21e0fe74-62bb-4f92-83be-9ff63c7adc8c", "mac_addr": "fa:16:3e:5c:83:10", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "19798bdc-59f3-4dc8-b24a-6667ab47627b", "ip_address": "10.0.0.7"}]}]}'
2026-06-17 10:28:48,513 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 PUT http://192.168.122.217/networking/v2.0/floatingips/3e19728a-1132-4625-b284-ddfd2b14f6fd 1.787s
2026-06-17 10:28:48,513 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "21e0fe74-62bb-4f92-83be-9ff63c7adc8c"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:28:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-a233c4df-a8c0-4cee-88f4-8b65ac75d2e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/networking/v2.0/floatingips/3e19728a-1132-4625-b284-ddfd2b14f6fd'}
Body: b'{"floatingip": {"id": "3e19728a-1132-4625-b284-ddfd2b14f6fd", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "project_id": "ca99d9cec1554d08a79f3e05c5a80d04", "floating_ip_address": "172.24.4.124", "floating_network_id": "38406754-4abb-4c92-9c62-be8190a21d5a", "router_id": "ade8d5d1-1540-45ac-80fc-c63006c65d79", "port_id": "21e0fe74-62bb-4f92-83be-9ff63c7adc8c", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0b200a91-1de1-4107-87ea-22810de5abfc", "mac_address": "fa:16:3e:5c:83:10", "admin_state_up": true, "status": "ACTIVE", "device_id": "6052452e-ced8-4985-81bf-975358b97322", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T08:28:16Z", "updated_at": "2026-06-17T08:28:47Z", "revision_number": 1}}'
2026-06-17 10:28:48,514 92207 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.124:22' as 'cirros' with public key authentication
2026-06-17 10:29:08,166 92207 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-17 10:29:08,230 92207 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-17 10:29:08,230 92207 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.124 successfully created
2026-06-17 10:29:08,815 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.583s
2026-06-17 10:29:08,815 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:08 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-27271c7c-f3bb-4d9e-b10b-261dd571259d', 'x-compute-request-id': 'req-27271c7c-f3bb-4d9e-b10b-261dd571259d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "ACTIVE", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:29:08,881 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.050s
2026-06-17 10:29:08,881 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-659f7aba-4ff0-4d86-b497-72f65cfde3d8', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-659f7aba-4ff0-4d86-b497-72f65cfde3d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:28:14.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:29:08,892 92207 INFO [tempest.common.waiters] volume b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 reached available after waiting for 0.892715 seconds
2026-06-17 10:29:12,783 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 POST http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 3.890s
2026-06-17 10:29:12,783 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:08 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-cc02d684-ef77-4492-ba14-d5037ee2c49f', 'x-compute-request-id': 'req-cc02d684-ef77-4492-ba14-d5037ee2c49f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "device": "/dev/vdb"}}'
2026-06-17 10:29:12,924 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.137s
2026-06-17 10:29:12,925 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8db0fe9f-56af-4c7b-99ed-d00933cde3c7', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8db0fe9f-56af-4c7b-99ed-d00933cde3c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:12.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:29:14,055 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.113s
2026-06-17 10:29:14,056 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb0f4861-9960-449a-bcf4-14bf83da225c', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb0f4861-9960-449a-bcf4-14bf83da225c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:12.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:29:15,284 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.205s
2026-06-17 10:29:15,284 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc7243ab-7ccd-439e-838c-791060736e10', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc7243ab-7ccd-439e-838c-791060736e10', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:15.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:29:16,436 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.137s
2026-06-17 10:29:16,436 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de03f059-ad6f-4f2a-9ceb-e3d5c4a7ac9b', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de03f059-ad6f-4f2a-9ceb-e3d5c4a7ac9b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:15.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:29:17,548 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.098s
2026-06-17 10:29:17,549 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8581c56a-7dc8-434e-a589-689ab60c1823', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8581c56a-7dc8-434e-a589-689ab60c1823', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:15.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:29:18,670 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.105s
2026-06-17 10:29:18,670 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f3c021-5f3c-4e05-a816-67190d54f8f4', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f3c021-5f3c-4e05-a816-67190d54f8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:15.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:29:19,803 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.121s
2026-06-17 10:29:19,804 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebed254-dac4-4444-9906-54531c7b1581', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ebed254-dac4-4444-9906-54531c7b1581', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:19.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "e911708b-dc79-4925-9e78-b300d7c28466", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:15.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:29:19,818 92207 INFO [tempest.common.waiters] Attachment e911708b-dc79-4925-9e78-b300d7c28466 created for volume b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 to server 6052452e-ced8-4985-81bf-975358b97322 after waiting for 7.818487 seconds
2026-06-17 10:29:20,023 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.205s
2026-06-17 10:29:20,024 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5639f8a-10b7-4e42-8a2b-ae2c8cd5a135', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5639f8a-10b7-4e42-8a2b-ae2c8cd5a135', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:19.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "e911708b-dc79-4925-9e78-b300d7c28466", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:15.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:29:20,038 92207 INFO [tempest.common.waiters] volume b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 reached in-use after waiting for 0.038746 seconds
2026-06-17 10:29:21,485 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 1.446s
2026-06-17 10:29:21,487 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:20 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-88b707f5-d112-4415-9616-c752c86cc169', 'x-compute-request-id': 'req-88b707f5-d112-4415-9616-c752c86cc169', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1367983477", "status": "ACTIVE", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:28:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:22,973 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/action 1.468s
2026-06-17 10:29:22,973 92207 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-492803019", "metadata": {"rebuild": "server"}, "adminPass": "rebuildPassw0rd", "imageRef": "87dc9ca3-5837-418c-b47f-66d14a60eb05"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1183', 'location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1289d960-8d00-4de4-892e-a8b6ae984c89', 'x-compute-request-id': 'req-1289d960-8d00-4de4-892e-a8b6ae984c89', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/action'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7"}, {"version": 4, "addr": "172.24.4.124"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "REBUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "adminPass": "rebuildPassw0rd"}}'
2026-06-17 10:29:24,053 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 1.065s
2026-06-17 10:29:24,054 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:22 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-e4507736-5949-43f1-a242-b5a7eb1e289c', 'x-compute-request-id': 'req-e4507736-5949-43f1-a242-b5a7eb1e289c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "REBUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:25,760 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.688s
2026-06-17 10:29:25,761 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:25 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-31c8d277-d517-49d6-8ca1-e9d9603ad9d5', 'x-compute-request-id': 'req-31c8d277-d517-49d6-8ca1-e9d9603ad9d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "REBUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:27,234 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.458s
2026-06-17 10:29:27,235 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:26 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-2dd6fb89-d552-4959-96d1-272e362d42ca', 'x-compute-request-id': 'req-2dd6fb89-d552-4959-96d1-272e362d42ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "REBUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:28,498 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.250s
2026-06-17 10:29:28,502 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:28 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-5fa3e51a-fec9-4a0b-a392-3725eac42159', 'x-compute-request-id': 'req-5fa3e51a-fec9-4a0b-a392-3725eac42159', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "REBUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "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": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:28,515 92207 INFO [tempest.common.waiters] State transition "REBUILD/rebuilding" ==> "REBUILD/rebuild_block_device_mapping" after 4 second wait
2026-06-17 10:29:30,282 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.765s
2026-06-17 10:29:30,282 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:29 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-7b5c5228-146d-4cad-a906-20c19130bfc5', 'x-compute-request-id': 'req-7b5c5228-146d-4cad-a906-20c19130bfc5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "REBUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "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": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:31,768 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.466s
2026-06-17 10:29:31,769 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:31 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-9c63f865-86fc-431f-8399-212e63bb29a8', 'x-compute-request-id': 'req-9c63f865-86fc-431f-8399-212e63bb29a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "REBUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "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": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:33,631 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.848s
2026-06-17 10:29:33,632 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:32 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-e4e30d08-10c2-47b4-98cc-0a6e3442af31', 'x-compute-request-id': 'req-e4e30d08-10c2-47b4-98cc-0a6e3442af31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "REBUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "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": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:33,645 92207 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_block_device_mapping" ==> "REBUILD/rebuild_spawning" after 9 second wait
2026-06-17 10:29:35,229 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.582s
2026-06-17 10:29:35,229 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:34 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-68ad9400-b472-4437-b1f5-35e860091328', 'x-compute-request-id': 'req-68ad9400-b472-4437-b1f5-35e860091328', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "REBUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "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": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:36,961 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.716s
2026-06-17 10:29:36,961 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:36 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-29148e70-a7b4-4bc6-9c14-6286d64c0de9', 'x-compute-request-id': 'req-29148e70-a7b4-4bc6-9c14-6286d64c0de9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "REBUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "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": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:38,582 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.603s
2026-06-17 10:29:38,583 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:37 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-3ee319ad-5197-4395-8d00-89cba5eec298', 'x-compute-request-id': 'req-3ee319ad-5197-4395-8d00-89cba5eec298', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "REBUILD", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "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": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:40,484 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.887s
2026-06-17 10:29:40,485 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:39 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-a494889b-b89c-4e45-825c-29b069b5c256', 'x-compute-request-id': 'req-a494889b-b89c-4e45-825c-29b069b5c256', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "ERROR", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:29:39Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-17T08:29:38Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:29:40,500 92207 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_spawning" ==> "ERROR/None" after 16 second wait
2026-06-17 10:29:41,135 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://192.168.122.217/compute/v2.1/servers/adbfdda2-3a9c-4059-b039-c6d2f80eb459 0.632s
2026-06-17 10:29:41,135 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cf73815-5be7-4a94-913b-08be70dcc60f', 'x-compute-request-id': 'req-4cf73815-5be7-4a94-913b-08be70dcc60f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/adbfdda2-3a9c-4059-b039-c6d2f80eb459'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:51:90"}, {"version": 4, "addr": "172.24.4.123", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:51:90"}]}, "created": "2026-06-17T08:26:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "adbfdda2-3a9c-4059-b039-c6d2f80eb459", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/adbfdda2-3a9c-4059-b039-c6d2f80eb459"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/adbfdda2-3a9c-4059-b039-c6d2f80eb459"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-385106728", "status": "ACTIVE", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:27:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1760857663", "OS-SRV-USG:launched_at": "2026-06-17T08:27:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1438798448"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 10:29:41,238 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.089s
2026-06-17 10:29:41,239 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11a5341b-574a-47ad-b2de-55314bf84381', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11a5341b-574a-47ad-b2de-55314bf84381', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:29:41,495 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 409 DELETE http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.242s
2026-06-17 10:29:41,496 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29:41 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-2c8d1434-2155-4270-92a3-e51439960389', 'x-compute-request-id': 'req-2c8d1434-2155-4270-92a3-e51439960389', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 6052452e-ced8-4985-81bf-975358b97322 while it is in vm_state error"}}'
2026-06-17 10:29:41,639 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.138s
2026-06-17 10:29:41,639 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-892ac752-5db8-4ef5-a664-8e7a1d29374c', 'x-compute-request-id': 'req-892ac752-5db8-4ef5-a664-8e7a1d29374c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:42,807 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.162s
2026-06-17 10:29:42,807 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-838496e4-22b3-4a91-9584-f9be8947f6be', 'x-compute-request-id': 'req-838496e4-22b3-4a91-9584-f9be8947f6be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:43,974 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.164s
2026-06-17 10:29:43,974 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-17ba7541-a67e-40c6-bc98-63a0adec12dc', 'x-compute-request-id': 'req-17ba7541-a67e-40c6-bc98-63a0adec12dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:45,148 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.170s
2026-06-17 10:29:45,148 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-d9de18ad-d263-41d1-8abf-7ff60369fd40', 'x-compute-request-id': 'req-d9de18ad-d263-41d1-8abf-7ff60369fd40', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:46,236 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.082s
2026-06-17 10:29:46,237 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-acaf81cd-780e-49b3-b2e5-4deb02da0d7b', 'x-compute-request-id': 'req-acaf81cd-780e-49b3-b2e5-4deb02da0d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:47,331 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.089s
2026-06-17 10:29:47,331 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-783cb57c-36e1-4857-aa8a-44025c7d5f63', 'x-compute-request-id': 'req-783cb57c-36e1-4857-aa8a-44025c7d5f63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:48,488 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.152s
2026-06-17 10:29:48,489 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-09437ed4-069d-46be-ac2a-c68b84a80401', 'x-compute-request-id': 'req-09437ed4-069d-46be-ac2a-c68b84a80401', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:49,618 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.127s
2026-06-17 10:29:49,619 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-aa01b2f5-7d36-494c-9b61-52c8c2f490da', 'x-compute-request-id': 'req-aa01b2f5-7d36-494c-9b61-52c8c2f490da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:50,706 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.085s
2026-06-17 10:29:50,706 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-fac2d692-d99a-44a5-b06a-b9bd238d83e6', 'x-compute-request-id': 'req-fac2d692-d99a-44a5-b06a-b9bd238d83e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:51,782 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.073s
2026-06-17 10:29:51,783 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-ae7fe77b-08ad-48c4-88a7-694a1cd358b3', 'x-compute-request-id': 'req-ae7fe77b-08ad-48c4-88a7-694a1cd358b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:52,873 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.086s
2026-06-17 10:29:52,873 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-66b12a82-2cd6-4af4-b690-f87e2e206869', 'x-compute-request-id': 'req-66b12a82-2cd6-4af4-b690-f87e2e206869', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:53,938 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.061s
2026-06-17 10:29:53,938 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-bdecc306-d601-478b-a435-b4af0357b8c3', 'x-compute-request-id': 'req-bdecc306-d601-478b-a435-b4af0357b8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:54,994 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.053s
2026-06-17 10:29:54,994 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-ab4149f5-4951-4f40-9e1b-28e74dccdd38', 'x-compute-request-id': 'req-ab4149f5-4951-4f40-9e1b-28e74dccdd38', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:56,100 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.102s
2026-06-17 10:29:56,101 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-a2e5cdb7-ea35-46ba-9b9a-0590207c0a55', 'x-compute-request-id': 'req-a2e5cdb7-ea35-46ba-9b9a-0590207c0a55', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:57,225 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.120s
2026-06-17 10:29:57,225 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-010e4b43-6097-4441-94af-6d741371b0cc', 'x-compute-request-id': 'req-010e4b43-6097-4441-94af-6d741371b0cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:58,312 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.083s
2026-06-17 10:29:58,313 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-7956d2d4-ffbf-4d5c-a297-375a075f7e7c', 'x-compute-request-id': 'req-7956d2d4-ffbf-4d5c-a297-375a075f7e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:29:59,383 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.067s
2026-06-17 10:29:59,384 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:29: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-90a3403f-2582-449d-8e03-1d72b276305f', 'x-compute-request-id': 'req-90a3403f-2582-449d-8e03-1d72b276305f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:00,529 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.142s
2026-06-17 10:30:00,529 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-2e16a77e-35ec-48aa-b1c1-f193805f63a2', 'x-compute-request-id': 'req-2e16a77e-35ec-48aa-b1c1-f193805f63a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:01,620 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.088s
2026-06-17 10:30:01,621 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-c7e65dbb-4a01-43f2-847b-e546202fa7d5', 'x-compute-request-id': 'req-c7e65dbb-4a01-43f2-847b-e546202fa7d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:02,737 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.112s
2026-06-17 10:30:02,737 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-fe3752aa-7514-4b19-9533-46cadeb290bd', 'x-compute-request-id': 'req-fe3752aa-7514-4b19-9533-46cadeb290bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:03,822 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.081s
2026-06-17 10:30:03,823 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-0c5033ab-16a3-495f-8bfe-91c251269af1', 'x-compute-request-id': 'req-0c5033ab-16a3-495f-8bfe-91c251269af1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:04,896 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.069s
2026-06-17 10:30:04,896 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-1200f5e8-20a7-44d6-9954-79afdd24ad34', 'x-compute-request-id': 'req-1200f5e8-20a7-44d6-9954-79afdd24ad34', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:05,993 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.094s
2026-06-17 10:30:05,993 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-5e229739-b6c1-48ec-9d47-2891dc6add0e', 'x-compute-request-id': 'req-5e229739-b6c1-48ec-9d47-2891dc6add0e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:07,068 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.072s
2026-06-17 10:30:07,069 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-dd257216-7ca8-45d1-a91d-b4e2f6b9003e', 'x-compute-request-id': 'req-dd257216-7ca8-45d1-a91d-b4e2f6b9003e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:08,159 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.086s
2026-06-17 10:30:08,159 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-476d5f3b-6d5c-420b-ab06-535fc1ced09b', 'x-compute-request-id': 'req-476d5f3b-6d5c-420b-ab06-535fc1ced09b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:09,262 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.100s
2026-06-17 10:30:09,263 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-6f017d68-a2a9-4581-98e6-27c251827482', 'x-compute-request-id': 'req-6f017d68-a2a9-4581-98e6-27c251827482', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:10,366 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.099s
2026-06-17 10:30:10,366 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-7a6d9ce0-9467-4e39-8165-c15710473912', 'x-compute-request-id': 'req-7a6d9ce0-9467-4e39-8165-c15710473912', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:11,430 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.061s
2026-06-17 10:30:11,431 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-5900adfa-021b-4da9-b9fe-5f2f4c6fdf37', 'x-compute-request-id': 'req-5900adfa-021b-4da9-b9fe-5f2f4c6fdf37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:12,500 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.066s
2026-06-17 10:30:12,500 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-a20db7f1-301c-42d9-9cfb-5ef5b83c7607', 'x-compute-request-id': 'req-a20db7f1-301c-42d9-9cfb-5ef5b83c7607', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:13,565 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.061s
2026-06-17 10:30:13,566 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-9c759466-e14a-4969-88a5-8eb20414961d', 'x-compute-request-id': 'req-9c759466-e14a-4969-88a5-8eb20414961d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:14,635 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.067s
2026-06-17 10:30:14,636 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-5cdee53a-d446-4b7f-985e-acb9abdf71d9', 'x-compute-request-id': 'req-5cdee53a-d446-4b7f-985e-acb9abdf71d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:15,724 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.084s
2026-06-17 10:30:15,724 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-0e10cb5e-303a-4b96-94fa-de92c0727bbc', 'x-compute-request-id': 'req-0e10cb5e-303a-4b96-94fa-de92c0727bbc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:16,857 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.129s
2026-06-17 10:30:16,858 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-7ed91aab-f317-4a04-b055-d54867e19a4f', 'x-compute-request-id': 'req-7ed91aab-f317-4a04-b055-d54867e19a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:17,955 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.092s
2026-06-17 10:30:17,956 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-d2961364-b7c9-406d-90e1-dad506da937c', 'x-compute-request-id': 'req-d2961364-b7c9-406d-90e1-dad506da937c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:19,056 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.096s
2026-06-17 10:30:19,056 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-16fa29e7-74bf-46b4-9bca-030c1fa3a1dc', 'x-compute-request-id': 'req-16fa29e7-74bf-46b4-9bca-030c1fa3a1dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:20,144 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.085s
2026-06-17 10:30:20,145 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-96f51ad9-2f45-473c-b6c9-c553fbeac283', 'x-compute-request-id': 'req-96f51ad9-2f45-473c-b6c9-c553fbeac283', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:21,259 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.111s
2026-06-17 10:30:21,259 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-1f1aa3d3-b19b-4f1e-a8b2-91039e9cf895', 'x-compute-request-id': 'req-1f1aa3d3-b19b-4f1e-a8b2-91039e9cf895', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:22,356 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.091s
2026-06-17 10:30:22,357 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-8c2a5d68-90d6-4a59-8f5b-a80dbde46a2d', 'x-compute-request-id': 'req-8c2a5d68-90d6-4a59-8f5b-a80dbde46a2d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:23,454 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.094s
2026-06-17 10:30:23,455 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-2b4263f2-35b3-486d-811e-0f72c2fe0930', 'x-compute-request-id': 'req-2b4263f2-35b3-486d-811e-0f72c2fe0930', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:24,543 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.084s
2026-06-17 10:30:24,543 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-2bd29082-2537-4d4c-b169-12676bb9f254', 'x-compute-request-id': 'req-2bd29082-2537-4d4c-b169-12676bb9f254', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:25,618 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.071s
2026-06-17 10:30:25,619 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-5678b754-4ddb-44a1-8203-c2a00d5eb8b8', 'x-compute-request-id': 'req-5678b754-4ddb-44a1-8203-c2a00d5eb8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:26,718 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.096s
2026-06-17 10:30:26,719 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-02de7d10-65ee-427f-a0fb-a258174ca8df', 'x-compute-request-id': 'req-02de7d10-65ee-427f-a0fb-a258174ca8df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:27,800 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.078s
2026-06-17 10:30:27,800 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-d966a715-08da-43ba-9228-31da23b596ae', 'x-compute-request-id': 'req-d966a715-08da-43ba-9228-31da23b596ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:28,880 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.075s
2026-06-17 10:30:28,880 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-16975845-676a-4923-8694-1e09146032f4', 'x-compute-request-id': 'req-16975845-676a-4923-8694-1e09146032f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:29,994 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.110s
2026-06-17 10:30:29,996 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-0066cbe3-5554-4897-bfbf-ba4df770c3e1', 'x-compute-request-id': 'req-0066cbe3-5554-4897-bfbf-ba4df770c3e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:31,071 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.072s
2026-06-17 10:30:31,072 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-cfed19b7-3f6c-4034-861d-f0dd5095bd5d', 'x-compute-request-id': 'req-cfed19b7-3f6c-4034-861d-f0dd5095bd5d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:32,174 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.099s
2026-06-17 10:30:32,175 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-b72b9dbc-73a3-4635-8dc0-8374fa22ddd3', 'x-compute-request-id': 'req-b72b9dbc-73a3-4635-8dc0-8374fa22ddd3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:33,272 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.094s
2026-06-17 10:30:33,273 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-cc1e9549-7312-46b2-a439-7b2482a0a094', 'x-compute-request-id': 'req-cc1e9549-7312-46b2-a439-7b2482a0a094', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:34,353 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.078s
2026-06-17 10:30:34,353 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-1568dc98-d0db-4732-8bd6-0338ac6b4c2f', 'x-compute-request-id': 'req-1568dc98-d0db-4732-8bd6-0338ac6b4c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:35,416 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.060s
2026-06-17 10:30:35,416 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-f2562f73-dad6-40da-8f44-5a2cbf2a1bc1', 'x-compute-request-id': 'req-f2562f73-dad6-40da-8f44-5a2cbf2a1bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:36,517 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.098s
2026-06-17 10:30:36,518 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-829d101d-520b-4529-af4b-9d7b88908982', 'x-compute-request-id': 'req-829d101d-520b-4529-af4b-9d7b88908982', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:37,622 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.100s
2026-06-17 10:30:37,622 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-f82da7fc-483e-4d46-84c8-49301c0a4cf2', 'x-compute-request-id': 'req-f82da7fc-483e-4d46-84c8-49301c0a4cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:38,759 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.132s
2026-06-17 10:30:38,759 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-5479d529-e56b-4f12-b8c8-794eb787cfc5', 'x-compute-request-id': 'req-5479d529-e56b-4f12-b8c8-794eb787cfc5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:39,825 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.061s
2026-06-17 10:30:39,825 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-c003e12b-35bf-40a6-86fe-95bf1e4a4b7c', 'x-compute-request-id': 'req-c003e12b-35bf-40a6-86fe-95bf1e4a4b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:40,891 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.062s
2026-06-17 10:30:40,892 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-f8a194b7-eab4-4ce0-b15e-5cdb7f75b6be', 'x-compute-request-id': 'req-f8a194b7-eab4-4ce0-b15e-5cdb7f75b6be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:42,011 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.115s
2026-06-17 10:30:42,011 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-b4592683-02af-46db-8223-c144f4e2eda2', 'x-compute-request-id': 'req-b4592683-02af-46db-8223-c144f4e2eda2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:43,155 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.140s
2026-06-17 10:30:43,155 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-8cd90b6f-a4ce-4a5a-9554-790531d1dac1', 'x-compute-request-id': 'req-8cd90b6f-a4ce-4a5a-9554-790531d1dac1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:44,260 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.101s
2026-06-17 10:30:44,260 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-9952ee89-19ee-45a6-8f1f-be0d81b89598', 'x-compute-request-id': 'req-9952ee89-19ee-45a6-8f1f-be0d81b89598', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:45,427 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.164s
2026-06-17 10:30:45,428 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-243ade4b-ebf7-4b2b-bea2-82f5aecf7a94', 'x-compute-request-id': 'req-243ade4b-ebf7-4b2b-bea2-82f5aecf7a94', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:46,530 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.098s
2026-06-17 10:30:46,531 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-34974635-b489-4fdc-a2cf-8d0176411126', 'x-compute-request-id': 'req-34974635-b489-4fdc-a2cf-8d0176411126', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:47,671 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.137s
2026-06-17 10:30:47,673 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-7e7fcf36-8c0c-49fa-9f98-73d6f2088273', 'x-compute-request-id': 'req-7e7fcf36-8c0c-49fa-9f98-73d6f2088273', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:48,746 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.069s
2026-06-17 10:30:48,747 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-6901d5fa-59c5-46d1-b1c2-096ad54797f4', 'x-compute-request-id': 'req-6901d5fa-59c5-46d1-b1c2-096ad54797f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:49,839 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.089s
2026-06-17 10:30:49,839 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-596d5ecc-a7be-496c-a338-cf8eddf04fe8', 'x-compute-request-id': 'req-596d5ecc-a7be-496c-a338-cf8eddf04fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:50,927 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.084s
2026-06-17 10:30:50,928 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-6a01665a-fd66-4775-9c73-457ac014bf95', 'x-compute-request-id': 'req-6a01665a-fd66-4775-9c73-457ac014bf95', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:52,135 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.204s
2026-06-17 10:30:52,137 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-75d44551-f402-4368-a114-dfca8ea84f74', 'x-compute-request-id': 'req-75d44551-f402-4368-a114-dfca8ea84f74', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:53,324 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.181s
2026-06-17 10:30:53,324 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-840bd81b-fe6c-41c2-b6bc-fdde88f5361b', 'x-compute-request-id': 'req-840bd81b-fe6c-41c2-b6bc-fdde88f5361b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:54,533 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.205s
2026-06-17 10:30:54,536 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-48eda5ec-287e-49c5-9f48-e3129ea69a6e', 'x-compute-request-id': 'req-48eda5ec-287e-49c5-9f48-e3129ea69a6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:55,744 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.204s
2026-06-17 10:30:55,745 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-db92d9c3-b622-405a-a0be-5be9fdadd399', 'x-compute-request-id': 'req-db92d9c3-b622-405a-a0be-5be9fdadd399', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:56,817 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.065s
2026-06-17 10:30:56,817 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-dee1e0ca-c448-4e41-aff6-c1a314bce33d', 'x-compute-request-id': 'req-dee1e0ca-c448-4e41-aff6-c1a314bce33d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:57,900 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.080s
2026-06-17 10:30:57,900 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-a28daf8f-d590-488c-b10e-0d179e4f14aa', 'x-compute-request-id': 'req-a28daf8f-d590-488c-b10e-0d179e4f14aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:30:58,976 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.072s
2026-06-17 10:30:58,978 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-e56cb795-0ebe-46fe-82dc-f315fe867a38', 'x-compute-request-id': 'req-e56cb795-0ebe-46fe-82dc-f315fe867a38', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:00,075 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.094s
2026-06-17 10:31:00,077 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:30: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-f47382bd-f776-4496-afad-626769c437cd', 'x-compute-request-id': 'req-f47382bd-f776-4496-afad-626769c437cd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:01,215 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.135s
2026-06-17 10:31:01,215 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-21fa6dbc-e0c5-4162-9ba6-e83e9ebdc287', 'x-compute-request-id': 'req-21fa6dbc-e0c5-4162-9ba6-e83e9ebdc287', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:02,308 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.088s
2026-06-17 10:31:02,309 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-7fed9451-0718-4834-8673-3c70e8e8db62', 'x-compute-request-id': 'req-7fed9451-0718-4834-8673-3c70e8e8db62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:03,409 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.097s
2026-06-17 10:31:03,409 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-6db05487-96cf-4f15-aeb7-8c20c154b8bd', 'x-compute-request-id': 'req-6db05487-96cf-4f15-aeb7-8c20c154b8bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:04,502 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.088s
2026-06-17 10:31:04,502 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-a5536c88-99ce-4599-b236-fd761a5abd82', 'x-compute-request-id': 'req-a5536c88-99ce-4599-b236-fd761a5abd82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:05,574 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.069s
2026-06-17 10:31:05,574 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-dc567e80-85bb-42b6-a20a-7e7ac2930e36', 'x-compute-request-id': 'req-dc567e80-85bb-42b6-a20a-7e7ac2930e36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:06,651 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.072s
2026-06-17 10:31:06,651 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-c86aecf3-bc94-4c52-b83d-0061ba54cb5f', 'x-compute-request-id': 'req-c86aecf3-bc94-4c52-b83d-0061ba54cb5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:07,718 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.064s
2026-06-17 10:31:07,719 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-fdb3f972-9f05-4e4d-ac06-83a2fa72f4df', 'x-compute-request-id': 'req-fdb3f972-9f05-4e4d-ac06-83a2fa72f4df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:08,786 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.065s
2026-06-17 10:31:08,787 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-c4715976-1175-480b-9486-99e803b8ee3b', 'x-compute-request-id': 'req-c4715976-1175-480b-9486-99e803b8ee3b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:09,872 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.082s
2026-06-17 10:31:09,872 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-cf955bcb-9fa4-49f1-ad67-ed67d200ac5f', 'x-compute-request-id': 'req-cf955bcb-9fa4-49f1-ad67-ed67d200ac5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:10,949 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.072s
2026-06-17 10:31:10,950 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-9a910bf0-6e79-4d6d-ad10-c7701825f853', 'x-compute-request-id': 'req-9a910bf0-6e79-4d6d-ad10-c7701825f853', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:12,038 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.083s
2026-06-17 10:31:12,038 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-157de2f6-f0d7-48c4-8c71-a4cbe24f41af', 'x-compute-request-id': 'req-157de2f6-f0d7-48c4-8c71-a4cbe24f41af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:13,167 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.124s
2026-06-17 10:31:13,167 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-7e46eef3-8112-4254-abbc-7d50cb87343d', 'x-compute-request-id': 'req-7e46eef3-8112-4254-abbc-7d50cb87343d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:14,245 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.074s
2026-06-17 10:31:14,246 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-0bdba879-ca1a-4046-979a-4c1e8066541c', 'x-compute-request-id': 'req-0bdba879-ca1a-4046-979a-4c1e8066541c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:15,383 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.135s
2026-06-17 10:31:15,384 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-ee14748d-5427-4666-b000-a97fcbd0d0aa', 'x-compute-request-id': 'req-ee14748d-5427-4666-b000-a97fcbd0d0aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:16,464 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.077s
2026-06-17 10:31:16,465 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-a8ebd6c8-7091-45f7-a065-acf9871a6ea5', 'x-compute-request-id': 'req-a8ebd6c8-7091-45f7-a065-acf9871a6ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:17,558 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.089s
2026-06-17 10:31:17,559 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-33fcbfc2-6354-4e93-861a-87eed5c585fa', 'x-compute-request-id': 'req-33fcbfc2-6354-4e93-861a-87eed5c585fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:18,644 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.082s
2026-06-17 10:31:18,644 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-ffa7dc0e-3aab-4406-8bba-238b75d91da1', 'x-compute-request-id': 'req-ffa7dc0e-3aab-4406-8bba-238b75d91da1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:19,729 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.082s
2026-06-17 10:31:19,731 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-ef8b509e-3b65-495e-9dbd-596adec30019', 'x-compute-request-id': 'req-ef8b509e-3b65-495e-9dbd-596adec30019', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:20,808 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.074s
2026-06-17 10:31:20,809 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-fbc31415-3992-4fce-8e7b-db50f398a626', 'x-compute-request-id': 'req-fbc31415-3992-4fce-8e7b-db50f398a626', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:21,876 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.064s
2026-06-17 10:31:21,877 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-873267e2-6d3b-4a16-b7ca-64ef9852b652', 'x-compute-request-id': 'req-873267e2-6d3b-4a16-b7ca-64ef9852b652', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:22,977 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.097s
2026-06-17 10:31:22,977 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-cc326360-440d-4cff-a515-ba8b9df00f70', 'x-compute-request-id': 'req-cc326360-440d-4cff-a515-ba8b9df00f70', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:24,064 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.083s
2026-06-17 10:31:24,064 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-2a1bda6f-b15e-4fc1-a133-05a1b9e27069', 'x-compute-request-id': 'req-2a1bda6f-b15e-4fc1-a133-05a1b9e27069', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:25,154 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.084s
2026-06-17 10:31:25,154 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-9391a8aa-b535-4e1a-bd98-6ceea07cb220', 'x-compute-request-id': 'req-9391a8aa-b535-4e1a-bd98-6ceea07cb220', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:26,227 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.070s
2026-06-17 10:31:26,228 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-6973fe1e-9d8d-46e1-8b03-68a673d78346', 'x-compute-request-id': 'req-6973fe1e-9d8d-46e1-8b03-68a673d78346', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:27,319 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.088s
2026-06-17 10:31:27,319 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-aaf38993-969a-4170-8d38-ff844bdeb828', 'x-compute-request-id': 'req-aaf38993-969a-4170-8d38-ff844bdeb828', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:28,399 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.076s
2026-06-17 10:31:28,399 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-bdfb96f1-0442-41d0-bba2-b38492ad441c', 'x-compute-request-id': 'req-bdfb96f1-0442-41d0-bba2-b38492ad441c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:29,463 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.061s
2026-06-17 10:31:29,464 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-a4a324e7-dbb0-4ef8-916c-e56cf05e91db', 'x-compute-request-id': 'req-a4a324e7-dbb0-4ef8-916c-e56cf05e91db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:30,571 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.103s
2026-06-17 10:31:30,571 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-5fd7a2a3-175e-4823-bb30-74065bd6863a', 'x-compute-request-id': 'req-5fd7a2a3-175e-4823-bb30-74065bd6863a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:31,676 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.101s
2026-06-17 10:31:31,677 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-0cecdc8a-fbb4-4da2-b920-cf3bb4eb0e49', 'x-compute-request-id': 'req-0cecdc8a-fbb4-4da2-b920-cf3bb4eb0e49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:32,799 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.118s
2026-06-17 10:31:32,800 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-a937567d-fb43-475c-91df-0ad31a9ad582', 'x-compute-request-id': 'req-a937567d-fb43-475c-91df-0ad31a9ad582', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:33,960 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.157s
2026-06-17 10:31:33,960 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-482231ac-e750-463b-a9e8-3eca438832f4', 'x-compute-request-id': 'req-482231ac-e750-463b-a9e8-3eca438832f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:35,145 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.178s
2026-06-17 10:31:35,145 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-9d3e2115-d8b6-4cd2-8c38-ced5fbcfd91c', 'x-compute-request-id': 'req-9d3e2115-d8b6-4cd2-8c38-ced5fbcfd91c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:36,222 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.070s
2026-06-17 10:31:36,222 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-b34e4a22-639b-42f1-837e-b7a51220fc61', 'x-compute-request-id': 'req-b34e4a22-639b-42f1-837e-b7a51220fc61', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:37,312 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.088s
2026-06-17 10:31:37,313 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-b7924204-3369-4157-b51b-5521c1f461b0', 'x-compute-request-id': 'req-b7924204-3369-4157-b51b-5521c1f461b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:38,427 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.110s
2026-06-17 10:31:38,427 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-06067e0b-bef6-4fcd-b2c2-f33fd185217e', 'x-compute-request-id': 'req-06067e0b-bef6-4fcd-b2c2-f33fd185217e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:39,859 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.429s
2026-06-17 10:31:39,860 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-b93e8285-be65-4f7d-84f6-1506cdc07355', 'x-compute-request-id': 'req-b93e8285-be65-4f7d-84f6-1506cdc07355', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:40,957 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.091s
2026-06-17 10:31:40,958 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-61f11bac-7574-45b2-93e0-7ddc522cefe4', 'x-compute-request-id': 'req-61f11bac-7574-45b2-93e0-7ddc522cefe4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:42,085 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.122s
2026-06-17 10:31:42,085 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-2f5bf58a-e0b3-4db2-819d-52638e45db7d', 'x-compute-request-id': 'req-2f5bf58a-e0b3-4db2-819d-52638e45db7d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:43,180 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.091s
2026-06-17 10:31:43,180 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-fd1b3938-3e43-4c79-8391-5cb694bb0118', 'x-compute-request-id': 'req-fd1b3938-3e43-4c79-8391-5cb694bb0118', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:44,272 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.087s
2026-06-17 10:31:44,273 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-c9b419ff-5015-4a24-a1a2-6a7adcb834ec', 'x-compute-request-id': 'req-c9b419ff-5015-4a24-a1a2-6a7adcb834ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:45,355 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.080s
2026-06-17 10:31:45,355 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-3c3a5eab-8638-4d39-9eb7-75d3e88ae133', 'x-compute-request-id': 'req-3c3a5eab-8638-4d39-9eb7-75d3e88ae133', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:46,443 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.084s
2026-06-17 10:31:46,444 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-8eb843cb-4577-41ed-ba38-912270e0c7c0', 'x-compute-request-id': 'req-8eb843cb-4577-41ed-ba38-912270e0c7c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:47,545 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.095s
2026-06-17 10:31:47,546 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-c8b185a0-6274-4837-933d-a92f3193edf6', 'x-compute-request-id': 'req-c8b185a0-6274-4837-933d-a92f3193edf6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:48,636 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.086s
2026-06-17 10:31:48,637 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-29dc6549-43c0-4e95-b20a-6e193c7e64f3', 'x-compute-request-id': 'req-29dc6549-43c0-4e95-b20a-6e193c7e64f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:49,726 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.085s
2026-06-17 10:31:49,726 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-6d4e846a-d742-4039-b873-4d3410a9581f', 'x-compute-request-id': 'req-6d4e846a-d742-4039-b873-4d3410a9581f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:50,817 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.086s
2026-06-17 10:31:50,817 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-979d0460-1d24-4e65-a8a8-3be810deba03', 'x-compute-request-id': 'req-979d0460-1d24-4e65-a8a8-3be810deba03', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:51,904 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.084s
2026-06-17 10:31:51,905 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-8f2915fd-ceb5-4f61-9016-9ae1e2d0114f', 'x-compute-request-id': 'req-8f2915fd-ceb5-4f61-9016-9ae1e2d0114f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:53,054 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.144s
2026-06-17 10:31:53,054 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-c646fe49-e5b3-4784-bfce-391234b8b119', 'x-compute-request-id': 'req-c646fe49-e5b3-4784-bfce-391234b8b119', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:54,154 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.096s
2026-06-17 10:31:54,154 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-e44fe2f1-1834-41b4-a1bc-156c2e1dc4f8', 'x-compute-request-id': 'req-e44fe2f1-1834-41b4-a1bc-156c2e1dc4f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:55,297 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.139s
2026-06-17 10:31:55,298 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-a1586906-6342-4e4c-bc80-31f5db34a134', 'x-compute-request-id': 'req-a1586906-6342-4e4c-bc80-31f5db34a134', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:56,419 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.117s
2026-06-17 10:31:56,419 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-0d85bc07-a453-4248-adfe-02cf0bb92d2a', 'x-compute-request-id': 'req-0d85bc07-a453-4248-adfe-02cf0bb92d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:57,482 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.059s
2026-06-17 10:31:57,482 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-61457d9b-1164-4d50-9e29-f0476a42af49', 'x-compute-request-id': 'req-61457d9b-1164-4d50-9e29-f0476a42af49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:58,818 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.333s
2026-06-17 10:31:58,819 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-74f7997e-2cdd-4c42-acf8-ba7d03359ed7', 'x-compute-request-id': 'req-74f7997e-2cdd-4c42-acf8-ba7d03359ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:31:59,979 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.156s
2026-06-17 10:31:59,979 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:31: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-5dc5fad6-58dc-4d41-bd2d-d9ac8e8926be', 'x-compute-request-id': 'req-5dc5fad6-58dc-4d41-bd2d-d9ac8e8926be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:02,260 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 1.277s
2026-06-17 10:32:02,262 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-1b1f5261-3414-4d1b-8f69-5428cd60db98', 'x-compute-request-id': 'req-1b1f5261-3414-4d1b-8f69-5428cd60db98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:03,375 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.110s
2026-06-17 10:32:03,375 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-7f7040d3-ef51-426f-a677-74e072847007', 'x-compute-request-id': 'req-7f7040d3-ef51-426f-a677-74e072847007', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:04,478 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.098s
2026-06-17 10:32:04,479 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-1ae36d3a-0632-41bd-add8-4e491171fc0b', 'x-compute-request-id': 'req-1ae36d3a-0632-41bd-add8-4e491171fc0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:05,547 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.065s
2026-06-17 10:32:05,547 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-7e24cd2c-7f8a-4a36-b450-ad29df002667', 'x-compute-request-id': 'req-7e24cd2c-7f8a-4a36-b450-ad29df002667', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:06,611 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.061s
2026-06-17 10:32:06,612 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-80dd0f4a-fe4b-428b-b6e1-95d4fd043683', 'x-compute-request-id': 'req-80dd0f4a-fe4b-428b-b6e1-95d4fd043683', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:07,774 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.159s
2026-06-17 10:32:07,774 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-8d0f3b75-d30f-4496-9695-0cf95c4c1781', 'x-compute-request-id': 'req-8d0f3b75-d30f-4496-9695-0cf95c4c1781', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:08,937 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.158s
2026-06-17 10:32:08,938 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-92286fee-4065-4aa8-b97c-38efdca6e14a', 'x-compute-request-id': 'req-92286fee-4065-4aa8-b97c-38efdca6e14a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:10,120 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.180s
2026-06-17 10:32:10,121 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-09942678-c94d-47a7-9269-d9c87ea1ac65', 'x-compute-request-id': 'req-09942678-c94d-47a7-9269-d9c87ea1ac65', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:11,232 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.107s
2026-06-17 10:32:11,232 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-cd39af28-cf4a-4993-b603-0f6037ac41b1', 'x-compute-request-id': 'req-cd39af28-cf4a-4993-b603-0f6037ac41b1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:13,174 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.936s
2026-06-17 10:32:13,174 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-78622be6-3396-4a92-8d80-b9f8dc9b699d', 'x-compute-request-id': 'req-78622be6-3396-4a92-8d80-b9f8dc9b699d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:14,308 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.131s
2026-06-17 10:32:14,308 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-271f2add-e014-4963-b8ce-6f66318e9100', 'x-compute-request-id': 'req-271f2add-e014-4963-b8ce-6f66318e9100', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:15,375 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.064s
2026-06-17 10:32:15,376 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-be426364-4d76-4b44-be97-4870540d84af', 'x-compute-request-id': 'req-be426364-4d76-4b44-be97-4870540d84af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:16,477 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.098s
2026-06-17 10:32:16,477 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-187abbee-a649-46cb-aadb-54549d5f1afd', 'x-compute-request-id': 'req-187abbee-a649-46cb-aadb-54549d5f1afd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:17,542 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.061s
2026-06-17 10:32:17,542 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-41dcf209-fa0c-45e0-b677-2853278d10cc', 'x-compute-request-id': 'req-41dcf209-fa0c-45e0-b677-2853278d10cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:18,671 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.126s
2026-06-17 10:32:18,672 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-e438e060-c5e4-4294-bedc-146882b70385', 'x-compute-request-id': 'req-e438e060-c5e4-4294-bedc-146882b70385', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:20,215 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.540s
2026-06-17 10:32:20,216 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-c924c9ee-a8d7-4f09-a58b-e28306dbf825', 'x-compute-request-id': 'req-c924c9ee-a8d7-4f09-a58b-e28306dbf825', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:21,280 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.060s
2026-06-17 10:32:21,280 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-12d3aed8-0968-49bb-85fe-0ba36782ecd8', 'x-compute-request-id': 'req-12d3aed8-0968-49bb-85fe-0ba36782ecd8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:22,342 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.059s
2026-06-17 10:32:22,343 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-4cf1e8c2-59f6-4f0a-bd84-814c5706fcaa', 'x-compute-request-id': 'req-4cf1e8c2-59f6-4f0a-bd84-814c5706fcaa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:23,457 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.111s
2026-06-17 10:32:23,457 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-ce426e7b-64fe-42c5-9258-3e1ae7ffd279', 'x-compute-request-id': 'req-ce426e7b-64fe-42c5-9258-3e1ae7ffd279', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:24,548 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.086s
2026-06-17 10:32:24,549 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-37b474d1-35cb-4194-85d6-7124ec27cbb5', 'x-compute-request-id': 'req-37b474d1-35cb-4194-85d6-7124ec27cbb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:25,648 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.095s
2026-06-17 10:32:25,648 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-e0057f5c-b29e-4292-a421-aede307a87da', 'x-compute-request-id': 'req-e0057f5c-b29e-4292-a421-aede307a87da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:26,744 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.092s
2026-06-17 10:32:26,744 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-490277a1-4d8f-4064-9d3f-802489f496cf', 'x-compute-request-id': 'req-490277a1-4d8f-4064-9d3f-802489f496cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:28,126 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.377s
2026-06-17 10:32:28,127 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-c256d02d-3246-4daa-a3d2-6f9e61a3ded3', 'x-compute-request-id': 'req-c256d02d-3246-4daa-a3d2-6f9e61a3ded3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:29,452 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.321s
2026-06-17 10:32:29,452 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-255664e3-b60b-4d8f-baeb-d205281cc09d', 'x-compute-request-id': 'req-255664e3-b60b-4d8f-baeb-d205281cc09d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:30,524 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.067s
2026-06-17 10:32:30,524 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-df7516fb-5d79-4c01-aa61-837bde52eedf', 'x-compute-request-id': 'req-df7516fb-5d79-4c01-aa61-837bde52eedf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:31,599 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.072s
2026-06-17 10:32:31,600 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-28885c1e-43d4-4b5a-ac5b-68ee60cef4dd', 'x-compute-request-id': 'req-28885c1e-43d4-4b5a-ac5b-68ee60cef4dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:32,700 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.098s
2026-06-17 10:32:32,700 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-d7b702fd-8945-4175-843a-3588942793ee', 'x-compute-request-id': 'req-d7b702fd-8945-4175-843a-3588942793ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:33,848 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.143s
2026-06-17 10:32:33,848 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-de450bd5-66d2-4334-90e0-6f0497aa4e6f', 'x-compute-request-id': 'req-de450bd5-66d2-4334-90e0-6f0497aa4e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:34,924 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.073s
2026-06-17 10:32:34,924 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-fdf4f345-ca52-46d1-9504-51c0ace37c98', 'x-compute-request-id': 'req-fdf4f345-ca52-46d1-9504-51c0ace37c98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:36,525 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.597s
2026-06-17 10:32:36,525 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-6cf99ce2-6234-4b96-aee7-cacf6f861059', 'x-compute-request-id': 'req-6cf99ce2-6234-4b96-aee7-cacf6f861059', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:37,751 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.223s
2026-06-17 10:32:37,752 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-a1709c95-0364-447a-a32a-3ec0ee626d28', 'x-compute-request-id': 'req-a1709c95-0364-447a-a32a-3ec0ee626d28', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:38,880 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.126s
2026-06-17 10:32:38,881 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-9a127580-fada-4dbb-859e-0cdfbcec36c1', 'x-compute-request-id': 'req-9a127580-fada-4dbb-859e-0cdfbcec36c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:39,961 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.076s
2026-06-17 10:32:39,962 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-f95f06e4-a2bb-4e87-bae5-c708422cc9ca', 'x-compute-request-id': 'req-f95f06e4-a2bb-4e87-bae5-c708422cc9ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:41,089 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.123s
2026-06-17 10:32:41,089 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-8ea82283-7795-47e7-bad5-87958100cfdc', 'x-compute-request-id': 'req-8ea82283-7795-47e7-bad5-87958100cfdc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:42,170 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.076s
2026-06-17 10:32:42,170 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-9cf96233-5ed9-43a0-b296-4cbe913d3021', 'x-compute-request-id': 'req-9cf96233-5ed9-43a0-b296-4cbe913d3021', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:43,250 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.076s
2026-06-17 10:32:43,250 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-f7f68a1a-90da-48b5-aa6e-4eb7e171b4e3', 'x-compute-request-id': 'req-f7f68a1a-90da-48b5-aa6e-4eb7e171b4e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:44,339 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.085s
2026-06-17 10:32:44,339 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-c1cda6fe-5943-4503-9ccf-bbf864b4542a', 'x-compute-request-id': 'req-c1cda6fe-5943-4503-9ccf-bbf864b4542a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:45,406 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.063s
2026-06-17 10:32:45,407 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-02e897de-132a-47dd-914a-932586a00f78', 'x-compute-request-id': 'req-02e897de-132a-47dd-914a-932586a00f78', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:46,524 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.115s
2026-06-17 10:32:46,527 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-d24f74c2-9ea8-4d99-a4bf-3d3d562581d3', 'x-compute-request-id': 'req-d24f74c2-9ea8-4d99-a4bf-3d3d562581d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:47,589 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.060s
2026-06-17 10:32:47,589 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-42be4367-155a-4b4d-bb55-e67d1fef14e7', 'x-compute-request-id': 'req-42be4367-155a-4b4d-bb55-e67d1fef14e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:48,663 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.070s
2026-06-17 10:32:48,663 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-06cf8f98-05df-4342-a5af-d1fbf0924bb9', 'x-compute-request-id': 'req-06cf8f98-05df-4342-a5af-d1fbf0924bb9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:49,734 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.068s
2026-06-17 10:32:49,734 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-38712af8-9d6b-4fdd-93d4-475e7b5438a0', 'x-compute-request-id': 'req-38712af8-9d6b-4fdd-93d4-475e7b5438a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:50,805 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.067s
2026-06-17 10:32:50,806 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-1a51208c-8d54-4e07-97d1-0ae9f9375f64', 'x-compute-request-id': 'req-1a51208c-8d54-4e07-97d1-0ae9f9375f64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:51,885 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.075s
2026-06-17 10:32:51,885 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-fed02c9b-eae3-4739-8f58-bc30e203e746', 'x-compute-request-id': 'req-fed02c9b-eae3-4739-8f58-bc30e203e746', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:53,103 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.215s
2026-06-17 10:32:53,104 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-af10fd12-8db4-4858-a732-5149609d79c7', 'x-compute-request-id': 'req-af10fd12-8db4-4858-a732-5149609d79c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:54,234 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.126s
2026-06-17 10:32:54,235 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-7d43b3d1-aafe-47e0-bd70-6dbb68f5aaf0', 'x-compute-request-id': 'req-7d43b3d1-aafe-47e0-bd70-6dbb68f5aaf0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:55,455 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.215s
2026-06-17 10:32:55,456 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-864e32d6-9281-4f90-bb26-e62c4b63c801', 'x-compute-request-id': 'req-864e32d6-9281-4f90-bb26-e62c4b63c801', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:56,537 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments 0.077s
2026-06-17 10:32:56,538 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32: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-ff758136-b82c-4440-8edb-66ed0987095c', 'x-compute-request-id': 'req-ff758136-b82c-4440-8edb-66ed0987095c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "volumeId": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "serverId": "6052452e-ced8-4985-81bf-975358b97322", "device": "/dev/vdb"}]}'
2026-06-17 10:32:58,140 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 POST http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/action 0.599s
2026-06-17 10:32:58,141 92207 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': 'Wed, 17 Jun 2026 08:32:57 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-dfaaed8f-9b33-44bc-a5fa-130cce828bae', 'x-compute-request-id': 'req-dfaaed8f-9b33-44bc-a5fa-130cce828bae', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6052452e-ced8-4985-81bf-975358b97322 could not be found."}}'
2026-06-17 10:32:58,202 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.059s
2026-06-17 10:32:58,202 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d4f62dc-7d66-49bd-a4fc-5969d3abcb62', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d4f62dc-7d66-49bd-a4fc-5969d3abcb62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:32:59,273 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.059s
2026-06-17 10:32:59,274 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:32:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4595bb70-ff92-4543-94c8-c567c2944fcc', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4595bb70-ff92-4543-94c8-c567c2944fcc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:00,351 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.064s
2026-06-17 10:33:00,352 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f691ee-f5ca-47c9-9397-425eda45d7e5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f691ee-f5ca-47c9-9397-425eda45d7e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:01,422 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.059s
2026-06-17 10:33:01,424 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc1e611-7780-4f8d-bc79-002b6e088d21', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc1e611-7780-4f8d-bc79-002b6e088d21', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:02,515 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.075s
2026-06-17 10:33:02,515 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8e8b7ad-7b85-4b08-877d-ad6b02759ada', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8e8b7ad-7b85-4b08-877d-ad6b02759ada', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:03,586 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.060s
2026-06-17 10:33:03,586 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a602617-0ca4-4d36-9aff-883b5f0ce13f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a602617-0ca4-4d36-9aff-883b5f0ce13f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:04,651 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.051s
2026-06-17 10:33:04,651 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddc4a729-c723-46a6-8cf8-6c636437ca3b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddc4a729-c723-46a6-8cf8-6c636437ca3b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:05,711 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.047s
2026-06-17 10:33:05,711 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1697d951-9c37-43e1-a4c9-8588673b0c76', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1697d951-9c37-43e1-a4c9-8588673b0c76', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:06,779 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.054s
2026-06-17 10:33:06,779 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c54eda6-0dee-4f24-974d-50b1a172650b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c54eda6-0dee-4f24-974d-50b1a172650b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:07,847 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.052s
2026-06-17 10:33:07,848 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f6e07d0-3853-491e-b4f9-547522dac128', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f6e07d0-3853-491e-b4f9-547522dac128', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:08,910 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.052s
2026-06-17 10:33:08,911 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89a6f196-d9f3-4757-aa7d-a037909e9ba6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89a6f196-d9f3-4757-aa7d-a037909e9ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:09,983 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.061s
2026-06-17 10:33:09,984 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37122def-6c7f-4b87-aa18-6cd876a95e0b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37122def-6c7f-4b87-aa18-6cd876a95e0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:11,052 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.057s
2026-06-17 10:33:11,052 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5fc223a-dc89-4923-9b8f-5d5bcdded120', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5fc223a-dc89-4923-9b8f-5d5bcdded120', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:12,114 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.050s
2026-06-17 10:33:12,114 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ccbd1ea-7aef-4a48-aa67-2b0ecdbd6fe8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ccbd1ea-7aef-4a48-aa67-2b0ecdbd6fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:13,177 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.052s
2026-06-17 10:33:13,178 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c864db-cbb3-4c29-b772-91b7c3e8b0c1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c864db-cbb3-4c29-b772-91b7c3e8b0c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:14,258 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.067s
2026-06-17 10:33:14,259 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5189b13-7b30-4020-852c-a5409a1fa531', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5189b13-7b30-4020-852c-a5409a1fa531', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:15,322 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.052s
2026-06-17 10:33:15,323 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccabe9fe-bace-4f2f-bbb5-49c614cddf59', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccabe9fe-bace-4f2f-bbb5-49c614cddf59', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:16,393 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.055s
2026-06-17 10:33:16,394 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3604b87-1c8b-408c-8da6-6932d6f48225', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3604b87-1c8b-408c-8da6-6932d6f48225', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:17,459 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.052s
2026-06-17 10:33:17,459 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-359c5def-a595-446d-b12b-4e1af7889b4b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-359c5def-a595-446d-b12b-4e1af7889b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:18,528 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.057s
2026-06-17 10:33:18,529 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d726baaf-11f4-4315-a0fb-e0d8c09cf322', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d726baaf-11f4-4315-a0fb-e0d8c09cf322', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:19,604 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.061s
2026-06-17 10:33:19,604 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d985a02b-a3e3-484e-a484-4beb151d5a72', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d985a02b-a3e3-484e-a484-4beb151d5a72', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:20,685 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.069s
2026-06-17 10:33:20,685 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4028cfb-1726-4a25-9db8-6c934d1983d6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4028cfb-1726-4a25-9db8-6c934d1983d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:21,951 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.254s
2026-06-17 10:33:21,951 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db5016b0-a6b1-4cbe-a9fd-6f75b01e11c1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db5016b0-a6b1-4cbe-a9fd-6f75b01e11c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:23,087 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.121s
2026-06-17 10:33:23,088 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5163ce88-8019-4697-9ba3-6021977ffaaf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5163ce88-8019-4697-9ba3-6021977ffaaf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:24,213 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.109s
2026-06-17 10:33:24,213 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a713179e-2013-423d-b9ef-b9c014c5948c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a713179e-2013-423d-b9ef-b9c014c5948c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:25,401 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.169s
2026-06-17 10:33:25,402 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7da15a99-56e3-42f3-9c85-9d24d4cb4d16', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7da15a99-56e3-42f3-9c85-9d24d4cb4d16', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:26,460 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.044s
2026-06-17 10:33:26,461 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cabe96a8-9f29-4759-a01b-dd03b19afb2e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cabe96a8-9f29-4759-a01b-dd03b19afb2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:27,521 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.047s
2026-06-17 10:33:27,521 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32f74848-214f-4e42-848e-7c957d5f51ef', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32f74848-214f-4e42-848e-7c957d5f51ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:28,581 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.046s
2026-06-17 10:33:28,582 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3734a2ab-2720-498a-8ee1-ba338f3fd072', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3734a2ab-2720-498a-8ee1-ba338f3fd072', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:29,642 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.047s
2026-06-17 10:33:29,642 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a27c0d70-1972-41d9-abaa-6baaaaf43c7c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a27c0d70-1972-41d9-abaa-6baaaaf43c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:30,703 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.051s
2026-06-17 10:33:30,704 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4defc5af-7453-4d88-b215-d1afbffb9aa9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4defc5af-7453-4d88-b215-d1afbffb9aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:31,766 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.048s
2026-06-17 10:33:31,766 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b281f6cf-9277-4df9-831f-853715de1a31', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b281f6cf-9277-4df9-831f-853715de1a31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:32,870 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.092s
2026-06-17 10:33:32,870 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56370a8f-b408-400c-87c1-e72c26ef8536', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56370a8f-b408-400c-87c1-e72c26ef8536', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:33,938 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.054s
2026-06-17 10:33:33,939 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6a38f2f-391d-4863-ade0-86a46a305a1b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6a38f2f-391d-4863-ade0-86a46a305a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:35,017 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.066s
2026-06-17 10:33:35,017 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-470a6c7c-b4c3-41c5-8aba-232b8ad319e0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-470a6c7c-b4c3-41c5-8aba-232b8ad319e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:36,122 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.089s
2026-06-17 10:33:36,122 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96d6e715-6333-466e-91d0-49345527bec5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96d6e715-6333-466e-91d0-49345527bec5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:37,201 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.061s
2026-06-17 10:33:37,202 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cececdb-526f-45f1-bc95-52d30acb997d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cececdb-526f-45f1-bc95-52d30acb997d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:38,298 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.084s
2026-06-17 10:33:38,298 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20264684-578c-4c44-a987-1f80e639f584', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20264684-578c-4c44-a987-1f80e639f584', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:39,374 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.065s
2026-06-17 10:33:39,375 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5dd879-f864-4a0a-8dc5-b787d3a956ac', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5dd879-f864-4a0a-8dc5-b787d3a956ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:40,445 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.057s
2026-06-17 10:33:40,445 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf3c8538-786e-4e4f-99c3-7cc84a62b21f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf3c8538-786e-4e4f-99c3-7cc84a62b21f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:41,539 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.076s
2026-06-17 10:33:41,540 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78d53645-c77a-4ae0-b713-750068699979', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78d53645-c77a-4ae0-b713-750068699979', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:42,611 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.057s
2026-06-17 10:33:42,611 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f58ba1e-180d-41ae-8e4e-56e3a1e99c82', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f58ba1e-180d-41ae-8e4e-56e3a1e99c82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:43,716 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.092s
2026-06-17 10:33:43,716 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac59731-4f2f-419b-ad49-e8248c675428', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac59731-4f2f-419b-ad49-e8248c675428', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:44,876 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.149s
2026-06-17 10:33:44,877 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8050722f-f3ac-4e8f-9617-4c90d9ca60d6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8050722f-f3ac-4e8f-9617-4c90d9ca60d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:45,952 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.060s
2026-06-17 10:33:45,952 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fd214d7-69ba-4c26-a390-5b6598547cd7', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fd214d7-69ba-4c26-a390-5b6598547cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:47,048 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.085s
2026-06-17 10:33:47,048 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfe694ba-9d93-4439-b7c5-dcb5787967c6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfe694ba-9d93-4439-b7c5-dcb5787967c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:48,126 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.063s
2026-06-17 10:33:48,127 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1aea7d2-b5c3-445d-b531-c021789b5622', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1aea7d2-b5c3-445d-b531-c021789b5622', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:49,231 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.092s
2026-06-17 10:33:49,232 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4b66af1-bbad-43c6-9937-196cad1c1553', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4b66af1-bbad-43c6-9937-196cad1c1553', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:50,306 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.061s
2026-06-17 10:33:50,308 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79229c0f-adb1-49bb-842b-53ec1d74bae3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79229c0f-adb1-49bb-842b-53ec1d74bae3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:51,407 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.085s
2026-06-17 10:33:51,407 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9863933a-ae2c-4176-bb5b-562bb1e17262', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9863933a-ae2c-4176-bb5b-562bb1e17262', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:52,479 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.056s
2026-06-17 10:33:52,479 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6870a32a-f159-485f-9095-3c9d4196f6df', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6870a32a-f159-485f-9095-3c9d4196f6df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:53,549 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.057s
2026-06-17 10:33:53,549 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-062cfcc0-f3b7-4fbc-a86c-b69174fbc5f6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-062cfcc0-f3b7-4fbc-a86c-b69174fbc5f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:54,616 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.053s
2026-06-17 10:33:54,616 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de882689-867d-4401-96d6-dc6e0d1b0a90', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de882689-867d-4401-96d6-dc6e0d1b0a90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:55,698 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.070s
2026-06-17 10:33:55,698 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ed5b45-2f18-4ff8-a765-1a008dc2db7a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ed5b45-2f18-4ff8-a765-1a008dc2db7a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:56,792 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.079s
2026-06-17 10:33:56,792 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2256ff01-8994-4c5d-bdc1-8b20be0621ee', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2256ff01-8994-4c5d-bdc1-8b20be0621ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:57,872 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.067s
2026-06-17 10:33:57,873 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd810035-43c0-4bcf-9f87-874fe22783d9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd810035-43c0-4bcf-9f87-874fe22783d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:33:58,964 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.076s
2026-06-17 10:33:58,965 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a74b9c3-ac13-4ca3-b5b4-bf1a39065584', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a74b9c3-ac13-4ca3-b5b4-bf1a39065584', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:00,037 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.062s
2026-06-17 10:34:00,038 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44a4dd57-2555-4f53-96f8-8f48ebc004be', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44a4dd57-2555-4f53-96f8-8f48ebc004be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:01,109 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.055s
2026-06-17 10:34:01,109 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00c09607-26d8-4f96-abed-abb6e04c6f1a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00c09607-26d8-4f96-abed-abb6e04c6f1a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:02,204 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.080s
2026-06-17 10:34:02,205 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8238b85c-3236-44f6-86ab-0e3014b1e7bd', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8238b85c-3236-44f6-86ab-0e3014b1e7bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:03,286 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.065s
2026-06-17 10:34:03,287 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c075cfd8-9b8a-4d89-bb74-b692cf9372ea', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c075cfd8-9b8a-4d89-bb74-b692cf9372ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:04,364 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.065s
2026-06-17 10:34:04,364 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77a0225c-23f9-4e49-8886-b95429f3eae5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77a0225c-23f9-4e49-8886-b95429f3eae5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:05,500 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.122s
2026-06-17 10:34:05,500 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e07e91df-661e-41f3-b8d9-690cf7aac514', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e07e91df-661e-41f3-b8d9-690cf7aac514', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:06,588 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.076s
2026-06-17 10:34:06,588 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd00ab99-2fc5-471e-ba12-16b9585fdfe4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd00ab99-2fc5-471e-ba12-16b9585fdfe4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:07,688 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.083s
2026-06-17 10:34:07,688 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fd7a301-e107-417c-976a-1c22daf7941c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd7a301-e107-417c-976a-1c22daf7941c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:08,812 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.105s
2026-06-17 10:34:08,813 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcd6ab38-f1e5-45a6-bb3a-8c2383c8e24e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcd6ab38-f1e5-45a6-bb3a-8c2383c8e24e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:09,978 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.151s
2026-06-17 10:34:09,979 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a504113-c663-4ae1-864b-e348e3a65943', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a504113-c663-4ae1-864b-e348e3a65943', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:11,151 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.157s
2026-06-17 10:34:11,152 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1855a41f-5054-4eba-aa8d-f3777d7b8fcf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1855a41f-5054-4eba-aa8d-f3777d7b8fcf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:12,272 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.102s
2026-06-17 10:34:12,273 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2feee33b-bf9b-4bc1-a5fc-af99e0ac713c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2feee33b-bf9b-4bc1-a5fc-af99e0ac713c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:13,416 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.128s
2026-06-17 10:34:13,417 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8b8fcb9-453e-4497-a0aa-3b5d634315f4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8b8fcb9-453e-4497-a0aa-3b5d634315f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:14,486 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.056s
2026-06-17 10:34:14,487 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfd89157-62fc-4fe2-aabd-0a7a08845ecb', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfd89157-62fc-4fe2-aabd-0a7a08845ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:15,566 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.066s
2026-06-17 10:34:15,566 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-854d29dc-c08b-4ace-8701-a4d84f0f4922', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-854d29dc-c08b-4ace-8701-a4d84f0f4922', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:16,636 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.052s
2026-06-17 10:34:16,637 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc08f59d-56ba-4f6e-8c0a-ba21d495f29a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc08f59d-56ba-4f6e-8c0a-ba21d495f29a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:17,736 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.084s
2026-06-17 10:34:17,737 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b11e59ef-5572-4b57-a0f3-e3df02aa81dd', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b11e59ef-5572-4b57-a0f3-e3df02aa81dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:18,803 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.054s
2026-06-17 10:34:18,804 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7174a4f-2283-477d-8166-2b0d28a0cd01', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7174a4f-2283-477d-8166-2b0d28a0cd01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:19,866 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.052s
2026-06-17 10:34:19,867 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20175916-58eb-4db1-af37-2241c679a504', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20175916-58eb-4db1-af37-2241c679a504', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:20,926 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.046s
2026-06-17 10:34:20,926 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2905e82a-c523-438b-9173-d358201b53ca', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2905e82a-c523-438b-9173-d358201b53ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:21,995 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.057s
2026-06-17 10:34:21,995 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c60ff7-4900-459e-8a62-0615f9f6dc4d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c60ff7-4900-459e-8a62-0615f9f6dc4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:23,064 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.058s
2026-06-17 10:34:23,065 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-128115b5-a27e-494a-975a-a890ebdd8039', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-128115b5-a27e-494a-975a-a890ebdd8039', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:24,156 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.070s
2026-06-17 10:34:24,157 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7f922af-542c-4f4b-bf7d-f372d8a2b9b7', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7f922af-542c-4f4b-bf7d-f372d8a2b9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:25,215 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.044s
2026-06-17 10:34:25,215 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7644f9be-e1e6-4ac0-a5b6-d6731ef9de83', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7644f9be-e1e6-4ac0-a5b6-d6731ef9de83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:26,313 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.082s
2026-06-17 10:34:26,314 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a7535e-7da9-4ec7-b7b5-3008eabe4d33', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a7535e-7da9-4ec7-b7b5-3008eabe4d33', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:27,404 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.072s
2026-06-17 10:34:27,404 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41ba456b-e068-4d75-87c8-cbf20f7f251e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41ba456b-e068-4d75-87c8-cbf20f7f251e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:28,472 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.054s
2026-06-17 10:34:28,472 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-956a4eb8-3f53-4050-bc69-b7cfb0865fa5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-956a4eb8-3f53-4050-bc69-b7cfb0865fa5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:29,551 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.067s
2026-06-17 10:34:29,551 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5429c816-ae8f-4f79-9faa-554eb7e1e8ec', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5429c816-ae8f-4f79-9faa-554eb7e1e8ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:30,644 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.079s
2026-06-17 10:34:30,644 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d977aa6e-c838-4a31-ae19-72accddc1860', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d977aa6e-c838-4a31-ae19-72accddc1860', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:31,745 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.087s
2026-06-17 10:34:31,745 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec5ae2cf-5509-4daf-91b1-a3a61cc82c49', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec5ae2cf-5509-4daf-91b1-a3a61cc82c49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:32,824 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.065s
2026-06-17 10:34:32,825 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac37c1f8-e2f8-47b2-b4d1-34563938e51e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac37c1f8-e2f8-47b2-b4d1-34563938e51e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:33,896 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.058s
2026-06-17 10:34:33,897 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e79f0ec-6f20-4e77-a1df-94f2111d4468', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e79f0ec-6f20-4e77-a1df-94f2111d4468', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:34,987 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.077s
2026-06-17 10:34:34,987 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfeb5901-f98b-4ee2-b026-d4000a0fe73e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfeb5901-f98b-4ee2-b026-d4000a0fe73e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:36,070 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.066s
2026-06-17 10:34:36,071 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e89b3f5b-aee6-4f90-8537-fcc30af8f87d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e89b3f5b-aee6-4f90-8537-fcc30af8f87d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:37,159 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.075s
2026-06-17 10:34:37,160 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb86e1b4-eeed-4e18-af6a-9fb4c9966f22', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb86e1b4-eeed-4e18-af6a-9fb4c9966f22', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:38,272 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.098s
2026-06-17 10:34:38,272 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51aa7c42-1039-4e35-bc73-ce7916123b56', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51aa7c42-1039-4e35-bc73-ce7916123b56', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:39,370 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.084s
2026-06-17 10:34:39,374 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-059419d4-4926-4cd8-87b9-a4b33b64a773', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-059419d4-4926-4cd8-87b9-a4b33b64a773', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:40,448 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.059s
2026-06-17 10:34:40,448 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1cb54f-353e-4bfa-bcc4-9d4b6f23c463', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1cb54f-353e-4bfa-bcc4-9d4b6f23c463', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:41,525 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.063s
2026-06-17 10:34:41,525 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15af91ba-9f5b-42a3-bb59-3c31d0c4b62e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15af91ba-9f5b-42a3-bb59-3c31d0c4b62e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:42,591 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.052s
2026-06-17 10:34:42,591 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a76b50da-c14b-4aeb-adb0-a2ede28affab', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a76b50da-c14b-4aeb-adb0-a2ede28affab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:43,665 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.057s
2026-06-17 10:34:43,665 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94d6ef93-7a54-4ed9-8b21-f80790fb52ab', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94d6ef93-7a54-4ed9-8b21-f80790fb52ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:44,799 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.122s
2026-06-17 10:34:44,800 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2880ab91-d192-42d0-b707-cb595aeb880b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2880ab91-d192-42d0-b707-cb595aeb880b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:45,867 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.052s
2026-06-17 10:34:45,868 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb90c7ce-220c-41a0-8eff-27f01a35ba8d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb90c7ce-220c-41a0-8eff-27f01a35ba8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:46,975 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.094s
2026-06-17 10:34:46,976 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93cb6f40-3440-4413-8fdb-fe5843e8a25d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93cb6f40-3440-4413-8fdb-fe5843e8a25d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:48,122 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.131s
2026-06-17 10:34:48,123 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4522ed10-4a24-43e8-9103-67416da694dc', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4522ed10-4a24-43e8-9103-67416da694dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:49,205 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.070s
2026-06-17 10:34:49,206 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63d67914-49ba-4206-82d6-0a1da59b78cc', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63d67914-49ba-4206-82d6-0a1da59b78cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:50,329 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.110s
2026-06-17 10:34:50,330 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba72097f-4633-455c-993f-e1f14427be08', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba72097f-4633-455c-993f-e1f14427be08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:51,408 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.059s
2026-06-17 10:34:51,408 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3606fbf5-3a58-47a7-b3ca-2c037c26e41a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3606fbf5-3a58-47a7-b3ca-2c037c26e41a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:52,485 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.063s
2026-06-17 10:34:52,485 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b36b4408-5b1d-4dbd-9747-300987b7636a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b36b4408-5b1d-4dbd-9747-300987b7636a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:53,548 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.048s
2026-06-17 10:34:53,548 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af139f0e-2156-4c8e-bc11-facba901b776', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af139f0e-2156-4c8e-bc11-facba901b776', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:54,643 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.081s
2026-06-17 10:34:54,644 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89fa903b-b8c7-43b5-908d-acbbeb73f11a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89fa903b-b8c7-43b5-908d-acbbeb73f11a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:55,745 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.086s
2026-06-17 10:34:55,746 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da69438c-f715-4bc9-ad8d-878297b67ae0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da69438c-f715-4bc9-ad8d-878297b67ae0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:56,843 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.083s
2026-06-17 10:34:56,844 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29f1f438-5ad6-437e-a2d2-5358fbfa4f7a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29f1f438-5ad6-437e-a2d2-5358fbfa4f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:57,961 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.099s
2026-06-17 10:34:57,961 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47362300-a2e4-4aac-b2c9-df2bcc209bdc', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47362300-a2e4-4aac-b2c9-df2bcc209bdc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:34:59,042 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.066s
2026-06-17 10:34:59,043 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3c9b02a-fd9c-444e-b0c2-74b5051862ed', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3c9b02a-fd9c-444e-b0c2-74b5051862ed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:00,153 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.098s
2026-06-17 10:35:00,153 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38298825-9f80-4d2a-a4e1-880c1bf39aa8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38298825-9f80-4d2a-a4e1-880c1bf39aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:01,250 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.083s
2026-06-17 10:35:01,250 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6637c648-0587-4d6a-a8cd-e8ebd3fe7544', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6637c648-0587-4d6a-a8cd-e8ebd3fe7544', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:02,397 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.132s
2026-06-17 10:35:02,398 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cac8665e-2961-4535-bb9f-ad982ff6cdfe', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cac8665e-2961-4535-bb9f-ad982ff6cdfe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:03,484 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.073s
2026-06-17 10:35:03,485 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-263d18e7-309d-4601-a550-34d46cbc94e9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-263d18e7-309d-4601-a550-34d46cbc94e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:04,561 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.059s
2026-06-17 10:35:04,561 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7075f61-a54b-452c-ab10-529fd2fab3df', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7075f61-a54b-452c-ab10-529fd2fab3df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:05,654 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.079s
2026-06-17 10:35:05,654 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c32f59d-632a-47c6-bfd9-cda85aa491e5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c32f59d-632a-47c6-bfd9-cda85aa491e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:06,737 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.069s
2026-06-17 10:35:06,738 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb89e081-93f6-4d82-9f89-638dd34dcdf0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb89e081-93f6-4d82-9f89-638dd34dcdf0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:07,839 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.086s
2026-06-17 10:35:07,839 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f148e1a3-7a2f-4386-bda4-4dbf693385de', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f148e1a3-7a2f-4386-bda4-4dbf693385de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:08,930 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.075s
2026-06-17 10:35:08,930 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f6a581b-d6d3-4f14-ba53-dbc6b6cba566', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f6a581b-d6d3-4f14-ba53-dbc6b6cba566', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:10,007 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.064s
2026-06-17 10:35:10,007 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b60c682e-c56e-42ad-9a60-5ed6d1a5c5ff', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b60c682e-c56e-42ad-9a60-5ed6d1a5c5ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:11,093 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.070s
2026-06-17 10:35:11,094 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b09cfb8-1f2d-46cc-ac3a-d6d19817e5db', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b09cfb8-1f2d-46cc-ac3a-d6d19817e5db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:12,206 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.097s
2026-06-17 10:35:12,206 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b108c35d-8c0d-4e6d-af1f-d7bbc3e48702', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b108c35d-8c0d-4e6d-af1f-d7bbc3e48702', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:13,365 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.145s
2026-06-17 10:35:13,365 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19dba040-649a-436b-b398-875ca472564a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19dba040-649a-436b-b398-875ca472564a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:14,424 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.046s
2026-06-17 10:35:14,424 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9b60737-3777-4d44-819d-d400ea1dffcc', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9b60737-3777-4d44-819d-d400ea1dffcc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:15,551 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.110s
2026-06-17 10:35:15,551 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f21b6fb2-a188-4543-87f3-1d3cbdbe8197', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f21b6fb2-a188-4543-87f3-1d3cbdbe8197', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:16,635 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.069s
2026-06-17 10:35:16,636 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f06b465-28da-4eec-8c48-1b8bba1fcfa5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f06b465-28da-4eec-8c48-1b8bba1fcfa5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:17,720 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.071s
2026-06-17 10:35:17,721 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43e00203-5cbb-437a-a09f-08d03d361cb2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43e00203-5cbb-437a-a09f-08d03d361cb2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:18,818 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.083s
2026-06-17 10:35:18,819 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4643ce7-545a-453d-9169-c89f74c83d35', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4643ce7-545a-453d-9169-c89f74c83d35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:19,903 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.066s
2026-06-17 10:35:19,903 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef8e006f-1bdc-4a91-b742-662c26eea055', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef8e006f-1bdc-4a91-b742-662c26eea055', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:21,028 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.110s
2026-06-17 10:35:21,031 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b127bf0-172c-421f-a1d6-983e8c31da5e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b127bf0-172c-421f-a1d6-983e8c31da5e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:22,115 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.072s
2026-06-17 10:35:22,116 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d03052d-2175-4b8f-89ac-076f37226d99', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d03052d-2175-4b8f-89ac-076f37226d99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:23,217 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.086s
2026-06-17 10:35:23,218 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c223328-76e4-4075-a28c-a131ab92bf0c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c223328-76e4-4075-a28c-a131ab92bf0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:24,293 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.062s
2026-06-17 10:35:24,294 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b64b080-a923-4166-8b44-7563cabe26bf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b64b080-a923-4166-8b44-7563cabe26bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:25,421 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.111s
2026-06-17 10:35:25,422 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-415ffa08-7ad6-4314-ad05-50df2b221be6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-415ffa08-7ad6-4314-ad05-50df2b221be6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:26,767 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.331s
2026-06-17 10:35:26,768 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7a54f22-64d1-4c10-b7a0-f97af87bb204', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7a54f22-64d1-4c10-b7a0-f97af87bb204', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:27,837 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.057s
2026-06-17 10:35:27,838 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be00c8db-20e2-4e90-849b-8c39c6168444', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be00c8db-20e2-4e90-849b-8c39c6168444', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:28,955 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.103s
2026-06-17 10:35:28,955 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0795ce53-b1d9-48bc-9b96-06936df20dd5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0795ce53-b1d9-48bc-9b96-06936df20dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:30,080 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.108s
2026-06-17 10:35:30,081 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81947ee7-0377-451a-a14f-b851d11b4c7e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81947ee7-0377-451a-a14f-b851d11b4c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:31,173 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.074s
2026-06-17 10:35:31,174 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-839ab32c-5ae9-4521-be85-3e33b279743d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-839ab32c-5ae9-4521-be85-3e33b279743d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:32,267 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.076s
2026-06-17 10:35:32,268 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a6d5985-4189-4c14-a144-0d1d78b50f48', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a6d5985-4189-4c14-a144-0d1d78b50f48', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:33,342 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.060s
2026-06-17 10:35:33,343 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77b48a16-19c0-4622-98f8-cce53c2bf5f7', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77b48a16-19c0-4622-98f8-cce53c2bf5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:34,413 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.054s
2026-06-17 10:35:34,413 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-655d7b62-05c0-46d0-a6d3-cbe493a82de0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-655d7b62-05c0-46d0-a6d3-cbe493a82de0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:35,485 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.060s
2026-06-17 10:35:35,486 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-524e6f69-9e57-42c3-a536-fcdf6ff9102d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-524e6f69-9e57-42c3-a536-fcdf6ff9102d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:36,662 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.166s
2026-06-17 10:35:36,663 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c65a14c9-def4-4378-ab61-5e81bc056c94', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65a14c9-def4-4378-ab61-5e81bc056c94', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:37,813 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.136s
2026-06-17 10:35:37,814 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b5ad1e6-6795-4d7b-94a4-ccf7c73c4f00', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b5ad1e6-6795-4d7b-94a4-ccf7c73c4f00', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:39,088 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.258s
2026-06-17 10:35:39,088 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0d0cba4-b9d1-4c09-9b96-ec19f29ce9ad', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0d0cba4-b9d1-4c09-9b96-ec19f29ce9ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:40,354 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.249s
2026-06-17 10:35:40,354 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87d762f3-1eed-4612-bda8-3d9011f813ef', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87d762f3-1eed-4612-bda8-3d9011f813ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:41,429 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.059s
2026-06-17 10:35:41,430 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54f5f0ff-6011-423a-a5e5-b67e4a8a25d1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54f5f0ff-6011-423a-a5e5-b67e4a8a25d1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:42,515 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.071s
2026-06-17 10:35:42,515 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a96b7e3-635b-4958-8622-34b43b9e7443', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a96b7e3-635b-4958-8622-34b43b9e7443', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:43,608 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.079s
2026-06-17 10:35:43,609 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb69f9bd-c1ea-4973-a96a-2d682ed9db30', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb69f9bd-c1ea-4973-a96a-2d682ed9db30', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:44,700 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.081s
2026-06-17 10:35:44,701 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f896c553-434b-4833-8229-d7d5a2aa3343', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f896c553-434b-4833-8229-d7d5a2aa3343', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:45,842 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.124s
2026-06-17 10:35:45,842 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3375dc87-d518-483d-a9d2-2d5f4acac546', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3375dc87-d518-483d-a9d2-2d5f4acac546', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:46,969 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.109s
2026-06-17 10:35:46,970 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-899d531b-1879-4189-96e4-cfe6c786b6f7', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-899d531b-1879-4189-96e4-cfe6c786b6f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:48,055 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.074s
2026-06-17 10:35:48,056 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-815685a2-1ebc-46f6-a743-075f788ac01b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-815685a2-1ebc-46f6-a743-075f788ac01b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:49,172 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.099s
2026-06-17 10:35:49,172 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9699cbad-3b06-429c-b098-758ad9dac4bd', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9699cbad-3b06-429c-b098-758ad9dac4bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:50,252 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.063s
2026-06-17 10:35:50,252 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-903d5dd0-f6a3-45a2-a88b-351c5e9c96b0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-903d5dd0-f6a3-45a2-a88b-351c5e9c96b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:51,341 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.076s
2026-06-17 10:35:51,341 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45cfd99f-66c9-4f68-9b40-1bfc45dbfa12', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45cfd99f-66c9-4f68-9b40-1bfc45dbfa12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:52,453 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.095s
2026-06-17 10:35:52,454 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-724f253e-2102-43d3-9a4f-374d9e01f7f0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-724f253e-2102-43d3-9a4f-374d9e01f7f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:53,529 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.062s
2026-06-17 10:35:53,530 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce18507-8e49-4a1f-9c47-0b409d1c4b29', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce18507-8e49-4a1f-9c47-0b409d1c4b29', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:54,599 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.054s
2026-06-17 10:35:54,599 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-742572ae-33cf-4077-b1c9-27a28829b90d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-742572ae-33cf-4077-b1c9-27a28829b90d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:55,659 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.045s
2026-06-17 10:35:55,659 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cea21c1f-7d2e-43bc-a0bf-0099eb43e7e2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cea21c1f-7d2e-43bc-a0bf-0099eb43e7e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:56,736 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.063s
2026-06-17 10:35:56,736 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2536198f-5d43-45bc-8560-bdf8919cff31', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2536198f-5d43-45bc-8560-bdf8919cff31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:57,807 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.058s
2026-06-17 10:35:57,807 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ffadf48-e954-460f-9223-4871633bf134', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ffadf48-e954-460f-9223-4871633bf134', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:58,893 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.072s
2026-06-17 10:35:58,893 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7331530-75f9-4bf4-bae5-0da3b05fbd72', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7331530-75f9-4bf4-bae5-0da3b05fbd72', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:35:59,976 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.070s
2026-06-17 10:35:59,977 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:35:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b535c86a-6579-431c-ba89-b453d64452a5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b535c86a-6579-431c-ba89-b453d64452a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:01,076 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.089s
2026-06-17 10:36:01,077 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de9ee5a-1a8d-4766-b0e8-a17028c54305', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de9ee5a-1a8d-4766-b0e8-a17028c54305', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:02,196 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.104s
2026-06-17 10:36:02,197 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22f063d-93ca-4cbd-b184-03ae9b18f28d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22f063d-93ca-4cbd-b184-03ae9b18f28d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:03,297 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.086s
2026-06-17 10:36:03,297 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c38ebf8-b7a5-45c7-98a7-54402e3c7b52', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c38ebf8-b7a5-45c7-98a7-54402e3c7b52', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:04,448 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.134s
2026-06-17 10:36:04,449 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0a0d190-8bef-48b5-9564-5122bd3ba8ae', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0a0d190-8bef-48b5-9564-5122bd3ba8ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:05,632 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.169s
2026-06-17 10:36:05,632 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84c875a2-1197-4821-9212-5cfbe6510403', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84c875a2-1197-4821-9212-5cfbe6510403', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:06,832 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.186s
2026-06-17 10:36:06,834 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c86f6dd1-1bb7-43f5-b1d9-ac84e882802a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c86f6dd1-1bb7-43f5-b1d9-ac84e882802a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:08,067 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.216s
2026-06-17 10:36:08,068 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c8421c0-5832-4cf0-b281-8045ff3e9d5a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c8421c0-5832-4cf0-b281-8045ff3e9d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:09,481 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.391s
2026-06-17 10:36:09,481 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-036c59d1-5029-4e39-8ed1-b4633d5ef3f4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-036c59d1-5029-4e39-8ed1-b4633d5ef3f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:10,565 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.071s
2026-06-17 10:36:10,565 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-332d707d-9fb4-4acd-92a7-64ee49e448ec', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-332d707d-9fb4-4acd-92a7-64ee49e448ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:11,649 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.069s
2026-06-17 10:36:11,649 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1deedca-b1ab-403f-8777-e168733ce03a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1deedca-b1ab-403f-8777-e168733ce03a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:12,752 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.088s
2026-06-17 10:36:12,753 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bdcf45d-998e-49cc-9c0b-210ddec15cad', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bdcf45d-998e-49cc-9c0b-210ddec15cad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:13,820 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.055s
2026-06-17 10:36:13,820 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d1b135-ccee-4276-a39b-e7ac2f238bc4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d1b135-ccee-4276-a39b-e7ac2f238bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:14,899 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 0.066s
2026-06-17 10:36:14,900 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f09fc57-d891-48f3-b88e-975f48b2f9a4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f09fc57-d891-48f3-b88e-975f48b2f9a4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071'}
Body: b'{"volume": {"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:28:12.000000", "updated_at": "2026-06-17T08:29:31.000000", "name": "tempest-ServerActionsTestOtherA-volume-1582151844", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}], "user_id": "02551a536a144b57979aa1e07bc0a811", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "attachment_id": "4cfd7e7b-316a-4fcf-a1d1-8b1adb2f7a2e", "volume_id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071", "server_id": "6052452e-ced8-4985-81bf-975358b97322", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T08:29:30.000000"}], "os-vol-tenant-attr:tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04"}}'
2026-06-17 10:36:15,116 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.199s
2026-06-17 10:36:15,116 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:14 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-473dea7a-44bc-4388-a001-58f0ed425337', 'x-compute-request-id': 'req-473dea7a-44bc-4388-a001-58f0ed425337', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b''
2026-06-17 10:36:15,471 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.354s
2026-06-17 10:36:15,472 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:15 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-0115bcdf-e2a7-4b0b-9381-4c2402b42537', 'x-compute-request-id': 'req-0115bcdf-e2a7-4b0b-9381-4c2402b42537', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "ERROR", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:36:15Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-17T08:29:38Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:36:16,824 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322 0.334s
2026-06-17 10:36:16,824 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:16 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-13b07f37-8fa5-4c55-a930-7643f139bea7', 'x-compute-request-id': 'req-13b07f37-8fa5-4c55-a930-7643f139bea7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1105481228-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}, {"version": 4, "addr": "172.24.4.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:83:10"}]}, "created": "2026-06-17T08:28:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/flavors/42"}]}, "hostId": "5685e8e55e6196f0e0f46ee4b98531e251dfa347b6760fe04f22a2a5", "id": "6052452e-ced8-4985-81bf-975358b97322", "image": {"id": "87dc9ca3-5837-418c-b47f-66d14a60eb05", "links": [{"rel": "bookmark", "href": "http://192.168.122.217/compute/images/87dc9ca3-5837-418c-b47f-66d14a60eb05"}]}, "links": [{"rel": "self", "href": "http://192.168.122.217/compute/v2.1/servers/6052452e-ced8-4985-81bf-975358b97322"}, {"rel": "bookmark", "href": "http://192.168.122.217/compute/servers/6052452e-ced8-4985-81bf-975358b97322"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-492803019", "status": "ERROR", "tenant_id": "ca99d9cec1554d08a79f3e05c5a80d04", "user_id": "02551a536a144b57979aa1e07bc0a811", "updated": "2026-06-17T08:36:15Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-17T08:29:38Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-109614566", "OS-SRV-USG:launched_at": "2026-06-17T08:28:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1308946885"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b6aba2cf-dbba-4a4c-a3ca-70ef5197c071"}]}}'
2026-06-17 10:36:16,895 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://192.168.122.217/compute/v2.1/os-keypairs/tempest-keypair-109614566 0.055s
2026-06-17 10:36:16,895 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:16 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-fed083dd-a0b0-4837-83d2-5659796cf49a', 'x-compute-request-id': 'req-fed083dd-a0b0-4837-83d2-5659796cf49a', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/compute/v2.1/os-keypairs/tempest-keypair-109614566'}
Body: b''
2026-06-17 10:36:16,975 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 409 DELETE http://192.168.122.217/networking/v2.0/security-groups/56fbd5ed-79bd-41ac-863a-27ea67bafe3f 0.078s
2026-06-17 10:36:16,976 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-635174aa-f0d8-45d4-8849-95fc57a35b02', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.217/networking/v2.0/security-groups/56fbd5ed-79bd-41ac-863a-27ea67bafe3f'}
Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group 56fbd5ed-79bd-41ac-863a-27ea67bafe3f in use.", "detail": ""}}'
2026-06-17 10:36:16,976 92207 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group 56fbd5ed-79bd-41ac-863a-27ea67bafe3f VM might not be deleted
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp)
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 56fbd5ed-79bd-41ac-863a-27ea67bafe3f in use.', 'detail': ''}
2026-06-17 10:36:16.976 92207 ERROR tempest.lib.common.validation_resources
2026-06-17 10:36:18,108 92207 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.217/networking/v2.0/floatingips/3e19728a-1132-4625-b284-ddfd2b14f6fd 1.127s
2026-06-17 10:36:18,108 92207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:36:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-7a229d00-d78b-4d3d-b81a-a6d132a2d1cc', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.217/networking/v2.0/floatingips/3e19728a-1132-4625-b284-ddfd2b14f6fd'}
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 6052452e-ced8-4985-81bf-975358b97322 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 6052452e-ced8-4985-81bf-975358b97322 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 b6aba2cf-dbba-4a4c-a3ca-70ef5197c071 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 6052452e-ced8-4985-81bf-975358b97322 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-06-17T08:29:38Z', '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 56fbd5ed-79bd-41ac-863a-27ea67bafe3f 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 6052452e-ced8-4985-81bf-975358b97322 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-06-17T08:29:38Z', 'message': 'libvirtError'}.
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
fail
ft3.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 10:37:31,262 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://192.168.122.217/volume/v3/volumes 0.644s
2026-06-17 10:37:31,263 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesCloneTest-Volume-1233851441"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15e0d34b-3d5c-4b2f-a505-7aab8d428153', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15e0d34b-3d5c-4b2f-a505-7aab8d428153', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/volume/v3/volumes'}
Body: b'{"volume": {"id": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:37:31.104251", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1233851441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 10:37:31,333 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d 0.059s
2026-06-17 10:37:31,334 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a07368b4-d41f-453d-af4e-9cf6721f5ae5', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a07368b4-d41f-453d-af4e-9cf6721f5ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d'}
Body: b'{"volume": {"id": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:37:31.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1233851441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:32,452 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d 0.104s
2026-06-17 10:37:32,452 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7896a8f6-07ab-41ec-94e8-02964f064fb5', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7896a8f6-07ab-41ec-94e8-02964f064fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d'}
Body: b'{"volume": {"id": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:37:31.000000", "updated_at": "2026-06-17T08:37:31.000000", "name": "tempest-VolumesCloneTest-Volume-1233851441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:33,563 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d 0.093s
2026-06-17 10:37:33,563 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ec28c3e-e0cf-41ac-8d98-36090e0c1065', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ec28c3e-e0cf-41ac-8d98-36090e0c1065', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d'}
Body: b'{"volume": {"id": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:37:31.000000", "updated_at": "2026-06-17T08:37:31.000000", "name": "tempest-VolumesCloneTest-Volume-1233851441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:34,661 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d 0.082s
2026-06-17 10:37:34,662 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4276e73f-144b-4b62-93d2-403c81c3b542', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4276e73f-144b-4b62-93d2-403c81c3b542', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d'}
Body: b'{"volume": {"id": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:37:31.000000", "updated_at": "2026-06-17T08:37:31.000000", "name": "tempest-VolumesCloneTest-Volume-1233851441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:35,725 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d 0.051s
2026-06-17 10:37:35,725 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a13c2c9-7161-4c3d-ad74-b6a37b88169d', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a13c2c9-7161-4c3d-ad74-b6a37b88169d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d'}
Body: b'{"volume": {"id": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:37:31.000000", "updated_at": "2026-06-17T08:37:31.000000", "name": "tempest-VolumesCloneTest-Volume-1233851441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:36,784 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d 0.047s
2026-06-17 10:37:36,784 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4526d0f8-8df9-485e-a7f1-b2e9a454d720', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4526d0f8-8df9-485e-a7f1-b2e9a454d720', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d'}
Body: b'{"volume": {"id": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:37:31.000000", "updated_at": "2026-06-17T08:37:36.000000", "name": "tempest-VolumesCloneTest-Volume-1233851441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:36,799 92209 INFO [tempest.common.waiters] volume a08e01d1-e549-49f6-9eb7-4642e5e2cb2d reached available after waiting for 5.799561 seconds
2026-06-17 10:37:37,230 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://192.168.122.217/volume/v3/volumes 0.430s
2026-06-17 10:37:37,230 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "size": 2, "name": "tempest-VolumesCloneTest-Volume-149935973"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3ea9b23-07ee-4871-beee-954842957ec5', 'content-length': '789', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3ea9b23-07ee-4871-beee-954842957ec5', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/volume/v3/volumes'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.050202", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 10:37:37,360 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.119s
2026-06-17 10:37:37,361 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-281e0995-aa84-41a6-be63-cd11ebf7f820', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-281e0995-aa84-41a6-be63-cd11ebf7f820', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:38,439 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.063s
2026-06-17 10:37:38,439 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5b9d5af-1e60-4fb2-8384-2ee097ae1448', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5b9d5af-1e60-4fb2-8384-2ee097ae1448', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:37.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:39,504 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.050s
2026-06-17 10:37:39,506 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99d2557-ac9d-4476-ae28-d7c09540f6a1', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99d2557-ac9d-4476-ae28-d7c09540f6a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:37.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:40,587 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.068s
2026-06-17 10:37:40,588 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464ae47e-deb4-4c43-b1c0-af81921a0fab', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464ae47e-deb4-4c43-b1c0-af81921a0fab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:37.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:41,660 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.057s
2026-06-17 10:37:41,661 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a427b81-3604-41d8-ba91-c80b86a99f6d', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a427b81-3604-41d8-ba91-c80b86a99f6d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:37.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:42,711 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.040s
2026-06-17 10:37:42,712 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650a89b9-45c9-4dc6-93da-2c041c24db89', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650a89b9-45c9-4dc6-93da-2c041c24db89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:37.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:43,766 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.044s
2026-06-17 10:37:43,766 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-960a24c7-5baf-471c-a49c-568506dcdff9', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-960a24c7-5baf-471c-a49c-568506dcdff9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:37.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:44,822 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.042s
2026-06-17 10:37:44,822 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e835884c-b21e-44b5-8d67-f639547b656b', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e835884c-b21e-44b5-8d67-f639547b656b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:37.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:45,878 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.043s
2026-06-17 10:37:45,878 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb92e391-4f43-4cc7-a6d0-a81ae7a2c69b', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb92e391-4f43-4cc7-a6d0-a81ae7a2c69b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:37.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:46,973 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.085s
2026-06-17 10:37:46,974 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31942783-5109-4e4d-b817-6738d6b3afb5', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31942783-5109-4e4d-b817-6738d6b3afb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:46.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:48,039 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.049s
2026-06-17 10:37:48,040 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-689af7e5-ff36-4e12-a2ee-b0872fb8e587', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-689af7e5-ff36-4e12-a2ee-b0872fb8e587', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:46.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:49,123 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.072s
2026-06-17 10:37:49,123 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92983682-1dd0-4fdb-ab46-928c16b5d7c9', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92983682-1dd0-4fdb-ab46-928c16b5d7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:46.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:50,240 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.100s
2026-06-17 10:37:50,241 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecad3efa-c9ba-47ca-a5d1-38c73110111f', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecad3efa-c9ba-47ca-a5d1-38c73110111f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:46.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:51,345 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.090s
2026-06-17 10:37:51,345 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e93049ef-f373-4c2d-9a7b-938b14597ca1', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e93049ef-f373-4c2d-9a7b-938b14597ca1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:46.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:52,499 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.138s
2026-06-17 10:37:52,500 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37160bd4-b457-4e89-89a1-7dbf2a20acd4', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37160bd4-b457-4e89-89a1-7dbf2a20acd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:46.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:53,618 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.100s
2026-06-17 10:37:53,619 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5b260ee-5a85-466f-bdef-f9bdbc7a9058', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5b260ee-5a85-466f-bdef-f9bdbc7a9058', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:46.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:54,759 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.125s
2026-06-17 10:37:54,761 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f20ffb35-9191-44a3-bedf-4c5cf714c2df', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f20ffb35-9191-44a3-bedf-4c5cf714c2df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:46.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:55,844 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.068s
2026-06-17 10:37:55,844 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a7cea1-f400-46f2-8131-625b7bec3da6', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a7cea1-f400-46f2-8131-625b7bec3da6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:56.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:56,917 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.059s
2026-06-17 10:37:56,917 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c8360b-27d7-4569-a60f-b69e997e466f', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c8360b-27d7-4569-a60f-b69e997e466f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:56.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:57,980 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.047s
2026-06-17 10:37:57,981 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b03c122a-d434-4bc1-8e8a-44ab20b90cac', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b03c122a-d434-4bc1-8e8a-44ab20b90cac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:56.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:37:59,050 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.056s
2026-06-17 10:37:59,051 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:37:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5ed50aa-495e-4ad5-9b01-4a3a933e3857', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5ed50aa-495e-4ad5-9b01-4a3a933e3857', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:56.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:38:00,113 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.047s
2026-06-17 10:38:00,113 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cce42168-e505-40f5-bc21-4cc000914e31', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cce42168-e505-40f5-bc21-4cc000914e31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:56.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:38:01,178 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.053s
2026-06-17 10:38:01,178 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dfb0e1a-d0e4-40a3-aa78-b163f2e6f192', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dfb0e1a-d0e4-40a3-aa78-b163f2e6f192', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:37:56.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:38:02,329 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.137s
2026-06-17 10:38:02,329 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f49ff565-b33a-4aa7-965c-93a9b724788d', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f49ff565-b33a-4aa7-965c-93a9b724788d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:38:02.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:38:03,419 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.075s
2026-06-17 10:38:03,419 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-555cfcaf-a653-416f-aa17-1981d65c135e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-555cfcaf-a653-416f-aa17-1981d65c135e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:38:02.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:38:03,512 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.070s
2026-06-17 10:38:03,512 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2e88b47-57a0-47f0-b0c4-96da7f7cbad4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2e88b47-57a0-47f0-b0c4-96da7f7cbad4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"volume": {"id": "b01e3b56-af82-43d8-b8fd-36960962ea45", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2026-06-17T08:37:37.000000", "updated_at": "2026-06-17T08:38:02.000000", "name": "tempest-VolumesCloneTest-Volume-149935973", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:38:03,671 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.147s
2026-06-17 10:38:03,671 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c32d24fe-25ff-4156-8f3c-a9f9c261563b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b''
2026-06-17 10:38:03,694 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45 0.022s
2026-06-17 10:38:03,694 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-527a7bae-eb04-4a8f-ac23-5f9d66c2f681', 'x-openstack-request-id': 'req-527a7bae-eb04-4a8f-ac23-5f9d66c2f681', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.217/volume/v3/volumes/b01e3b56-af82-43d8-b8fd-36960962ea45'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume b01e3b56-af82-43d8-b8fd-36960962ea45 could not be found."}}'
2026-06-17 10:38:03,734 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d 0.039s
2026-06-17 10:38:03,735 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22bd3794-696a-4688-b556-34574f76b15d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22bd3794-696a-4688-b556-34574f76b15d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d'}
Body: b'{"volume": {"id": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:37:31.000000", "updated_at": "2026-06-17T08:37:36.000000", "name": "tempest-VolumesCloneTest-Volume-1233851441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:38:03,808 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d 0.062s
2026-06-17 10:38:03,808 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c408546e-619c-4c7c-924d-6a5c86458475', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d'}
Body: b''
2026-06-17 10:38:03,863 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d 0.054s
2026-06-17 10:38:03,864 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fb9860d-84a2-42a0-9aa1-fe8bba939803', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fb9860d-84a2-42a0-9aa1-fe8bba939803', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d'}
Body: b'{"volume": {"id": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:37:31.000000", "updated_at": "2026-06-17T08:38:04.000000", "name": "tempest-VolumesCloneTest-Volume-1233851441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:38:04,928 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d 0.053s
2026-06-17 10:38:04,929 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-923bcc7b-4b97-4690-aa52-4a2d110c7488', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-923bcc7b-4b97-4690-aa52-4a2d110c7488', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d'}
Body: b'{"volume": {"id": "a08e01d1-e549-49f6-9eb7-4642e5e2cb2d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:37:31.000000", "updated_at": "2026-06-17T08:38:04.000000", "name": "tempest-VolumesCloneTest-Volume-1233851441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d"}], "user_id": "63522a425f0d43d0afb6f79ba8b7e9fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77432177d1cc4ab38da97e388d47c7b1"}}'
2026-06-17 10:38:05,963 92209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d 0.023s
2026-06-17 10:38:05,964 92209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:38:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-56be9eef-1709-4153-a17f-68fa0a4b8512', 'x-openstack-request-id': 'req-56be9eef-1709-4153-a17f-68fa0a4b8512', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.217/volume/v3/volumes/a08e01d1-e549-49f6-9eb7-4642e5e2cb2d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume a08e01d1-e549-49f6-9eb7-4642e5e2cb2d could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 56, in test_create_from_volume
dst_vol = self.create_volume(source_volid=src_vol['id'],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume
waiters.wait_for_volume_resource_status(self.volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: volume b01e3b56-af82-43d8-b8fd-36960962ea45 failed to build and is in ERROR status
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 2 | 1 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt4.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] |
fail
ft4.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 10:33:58,493 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 202 POST http://192.168.122.217/volume/v3/volumes 0.356s
2026-06-17 10:33:58,494 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-1206903848"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60cb2c75-522d-41ac-91de-89aba8f0fa96', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60cb2c75-522d-41ac-91de-89aba8f0fa96', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/volume/v3/volumes'}
Body: b'{"volume": {"id": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:33:58.372532", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1206903848", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 10:33:58,584 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857 0.077s
2026-06-17 10:33:58,584 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da1bf41e-f01a-4766-9289-2a5365d051b7', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da1bf41e-f01a-4766-9289-2a5365d051b7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857'}
Body: b'{"volume": {"id": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:33:58.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1206903848", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:33:59,645 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857 0.047s
2026-06-17 10:33:59,645 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:33:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c10722c3-e43d-42aa-bee4-26f910cb0c80', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c10722c3-e43d-42aa-bee4-26f910cb0c80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857'}
Body: b'{"volume": {"id": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:33:58.000000", "updated_at": "2026-06-17T08:33:59.000000", "name": "tempest-VolumesGetTest-Volume-1206903848", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:00,701 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857 0.044s
2026-06-17 10:34:00,702 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c8a5dca-86a7-4cee-affc-84ac2f36c0a2', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c8a5dca-86a7-4cee-affc-84ac2f36c0a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857'}
Body: b'{"volume": {"id": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:33:58.000000", "updated_at": "2026-06-17T08:33:59.000000", "name": "tempest-VolumesGetTest-Volume-1206903848", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:01,772 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857 0.059s
2026-06-17 10:34:01,773 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82c08aaf-d7b8-4d6c-bf40-ee310a397524', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82c08aaf-d7b8-4d6c-bf40-ee310a397524', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857'}
Body: b'{"volume": {"id": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:33:58.000000", "updated_at": "2026-06-17T08:34:01.000000", "name": "tempest-VolumesGetTest-Volume-1206903848", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:01,785 92205 INFO [tempest.common.waiters] volume e1456cd8-c96d-4920-a5a7-b588e6a16857 reached available after waiting for 3.785753 seconds
2026-06-17 10:34:02,221 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 202 POST http://192.168.122.217/volume/v3/volumes 0.435s
2026-06-17 10:34:02,222 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "size": 1, "name": "tempest-VolumesGetTest-Volume-1833385297", "metadata": {"Type": "Test"}}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c4fd485-9eb2-4eab-b344-5f6005194ae8', 'content-length': '802', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c4fd485-9eb2-4eab-b344-5f6005194ae8', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/volume/v3/volumes'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.032626", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 10:34:02,292 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.061s
2026-06-17 10:34:02,293 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-324d0448-1678-40d2-aefe-1e7a14280ab6', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-324d0448-1678-40d2-aefe-1e7a14280ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:03,380 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.070s
2026-06-17 10:34:03,381 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbb9b7cf-9ffe-4858-8e83-f3c712625639', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbb9b7cf-9ffe-4858-8e83-f3c712625639', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:02.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:04,432 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.041s
2026-06-17 10:34:04,432 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0296e011-705c-446d-a39e-cc232164631f', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0296e011-705c-446d-a39e-cc232164631f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:02.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:05,542 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.098s
2026-06-17 10:34:05,543 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60b3b301-3a13-48b6-8cc2-847347c35b96', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60b3b301-3a13-48b6-8cc2-847347c35b96', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:02.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:06,618 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.061s
2026-06-17 10:34:06,619 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f9f4b32-a53a-4e57-a481-b6052e242b8b', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f9f4b32-a53a-4e57-a481-b6052e242b8b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:02.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:07,723 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.092s
2026-06-17 10:34:07,724 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dd5edf4-9c69-4f3a-bc06-0799203ca00d', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dd5edf4-9c69-4f3a-bc06-0799203ca00d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:02.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:08,827 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.087s
2026-06-17 10:34:08,828 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40c5c2d3-5646-4fa8-9178-3f8d99dc40e3', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40c5c2d3-5646-4fa8-9178-3f8d99dc40e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:02.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:09,960 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.116s
2026-06-17 10:34:09,961 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edd996dd-38ba-4df7-bf7e-1f3553f6f261', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edd996dd-38ba-4df7-bf7e-1f3553f6f261', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:02.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:11,113 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.138s
2026-06-17 10:34:11,114 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9be779f1-d78d-4c38-9b36-9e089e919a37', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9be779f1-d78d-4c38-9b36-9e089e919a37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:02.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:12,222 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.094s
2026-06-17 10:34:12,222 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12d13d0a-30a9-4f23-94e1-5cda800e7be0', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12d13d0a-30a9-4f23-94e1-5cda800e7be0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:12.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:13,337 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.099s
2026-06-17 10:34:13,337 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e483a9ac-ca99-4a85-9601-8dacbfea538c', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e483a9ac-ca99-4a85-9601-8dacbfea538c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:12.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:14,406 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.050s
2026-06-17 10:34:14,407 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa761bfe-2d6b-4abd-ae53-777b7616fc0c', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa761bfe-2d6b-4abd-ae53-777b7616fc0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:12.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:15,481 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.063s
2026-06-17 10:34:15,482 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf26c96f-d637-44e0-83bf-8a4bb8209862', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf26c96f-d637-44e0-83bf-8a4bb8209862', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:12.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:16,584 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.089s
2026-06-17 10:34:16,586 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c678392-2b7e-4d17-af74-9fcfe0348bfb', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c678392-2b7e-4d17-af74-9fcfe0348bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:12.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:17,656 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.052s
2026-06-17 10:34:17,658 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88542d9e-08cf-4523-84a2-b82418cb55ad', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88542d9e-08cf-4523-84a2-b82418cb55ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:12.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:18,732 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.057s
2026-06-17 10:34:18,732 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa6972da-5a2c-4ac6-8d85-adedd4f21aab', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa6972da-5a2c-4ac6-8d85-adedd4f21aab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:18.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:19,783 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.040s
2026-06-17 10:34:19,784 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad30a6f-53a3-4f02-a021-21556e78aef1', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ad30a6f-53a3-4f02-a021-21556e78aef1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:18.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:20,839 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.043s
2026-06-17 10:34:20,840 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff874761-64cf-4602-aa6b-366e1db9e992', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff874761-64cf-4602-aa6b-366e1db9e992', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:18.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:21,897 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.045s
2026-06-17 10:34:21,897 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5bcba7c-5e6e-404d-890a-dba4c24adb8f', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5bcba7c-5e6e-404d-890a-dba4c24adb8f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:18.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:22,971 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.063s
2026-06-17 10:34:22,972 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f87fe2e-0944-4486-b877-5083b22f9dac', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f87fe2e-0944-4486-b877-5083b22f9dac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:18.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:24,039 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.051s
2026-06-17 10:34:24,040 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1404e0ae-e626-44d4-83e5-799e78fcdd63', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1404e0ae-e626-44d4-83e5-799e78fcdd63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:18.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:25,102 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.050s
2026-06-17 10:34:25,102 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35d10af-cfa6-4419-b6c0-aa63748de2a7', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35d10af-cfa6-4419-b6c0-aa63748de2a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:18.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:26,164 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.048s
2026-06-17 10:34:26,165 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431d4b66-29ac-4b38-acd5-2c941535b901', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431d4b66-29ac-4b38-acd5-2c941535b901', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:26.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:26,240 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.059s
2026-06-17 10:34:26,241 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5f632c4-a9b9-4604-8c6b-e87486655f7c', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5f632c4-a9b9-4604-8c6b-e87486655f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"volume": {"id": "ec7a5c2e-947f-453e-90e0-678790cff335", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:34:02.000000", "updated_at": "2026-06-17T08:34:26.000000", "name": "tempest-VolumesGetTest-Volume-1833385297", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/ec7a5c2e-947f-453e-90e0-678790cff335"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:26,428 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.172s
2026-06-17 10:34:26,429 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1877c9b6-ef44-43fa-a7ba-cf8bc52bfbb6', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b''
2026-06-17 10:34:26,457 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335 0.027s
2026-06-17 10:34:26,457 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b6ff1c4-7322-4aed-9ccd-55f288ba1276', 'x-openstack-request-id': 'req-0b6ff1c4-7322-4aed-9ccd-55f288ba1276', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.217/volume/v3/volumes/ec7a5c2e-947f-453e-90e0-678790cff335'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume ec7a5c2e-947f-453e-90e0-678790cff335 could not be found."}}'
2026-06-17 10:34:26,537 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857 0.078s
2026-06-17 10:34:26,538 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3956d8f9-28f8-49a4-8bb5-41bf12275f1e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3956d8f9-28f8-49a4-8bb5-41bf12275f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857'}
Body: b'{"volume": {"id": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:33:58.000000", "updated_at": "2026-06-17T08:34:01.000000", "name": "tempest-VolumesGetTest-Volume-1206903848", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:26,612 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857 0.064s
2026-06-17 10:34:26,613 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77256018-f28d-41de-81de-907ea5d90290', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857'}
Body: b''
2026-06-17 10:34:26,684 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857 0.070s
2026-06-17 10:34:26,684 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e470babd-435b-4f09-8903-a64efce61af9', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e470babd-435b-4f09-8903-a64efce61af9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857'}
Body: b'{"volume": {"id": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:33:58.000000", "updated_at": "2026-06-17T08:34:27.000000", "name": "tempest-VolumesGetTest-Volume-1206903848", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:27,769 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857 0.073s
2026-06-17 10:34:27,770 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7081e5e3-2f45-42e3-86b4-8565ac7ce2a7', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7081e5e3-2f45-42e3-86b4-8565ac7ce2a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857'}
Body: b'{"volume": {"id": "e1456cd8-c96d-4920-a5a7-b588e6a16857", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:33:58.000000", "updated_at": "2026-06-17T08:34:27.000000", "name": "tempest-VolumesGetTest-Volume-1206903848", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}, {"rel": "bookmark", "href": "http://192.168.122.217/volume/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857"}], "user_id": "47d850461d964a1f95edb0290fe85474", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2e013e370e44b62b76823bfc93fb2b1"}}'
2026-06-17 10:34:28,806 92205 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857 0.024s
2026-06-17 10:34:28,807 92205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:34:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b913599-4095-452b-97cc-df55a5d79277', 'x-openstack-request-id': 'req-5b913599-4095-452b-97cc-df55a5d79277', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.217/volume/v3/volumes/e1456cd8-c96d-4920-a5a7-b588e6a16857'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume e1456cd8-c96d-4920-a5a7-b588e6a16857 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 136, in test_volume_create_get_update_delete_as_clone
self._volume_create_get_update_delete(source_volid=origin['id'],
File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 40, in _volume_create_get_update_delete
volume = self.create_volume(wait_until='available', **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume
waiters.wait_for_volume_resource_status(self.volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: volume ec7a5c2e-947f-453e-90e0-678790cff335 failed to build and is in ERROR status
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt4.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]
|
||||||
| 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
pt5.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
pt5.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
pt6.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
pt6.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
pt7.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
pt7.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
pt8.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
pt8.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
pt9.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
pt9.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
pt10.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
pt10.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
pt11.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
pt11.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
pt11.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
pt11.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
pt12.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
pt12.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
pt13.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt13.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
pt14.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt14.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
pt15.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt15.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectAdminTests33) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests39) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectReaderTests33) |
skip
pt17.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectAdminTests39) |
skip
pt17.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectMemberTests33) |
skip
pt17.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectReaderTests39) |
skip
pt17.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt18.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectMemberTests) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt20.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
VolumeTypesAdminTests) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt22.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt22.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt22.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt22.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt22.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt23.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 2 | 0 | 0 | 0 | 2 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt24.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt24.2: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 2 | 0 | 0 | 0 | 2 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt25.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt25.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeMultiattachTests) |
skip
pt26.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt26.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt27.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt27.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt27.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt28.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
pt29.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
pt30.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
pt31.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
pt32.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
pt33.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt33.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
pt34.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
pt35.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt35.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt36.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt37.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt38.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt39.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt39.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt40.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt41.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt42.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
pt43.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
pt43.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
pt44.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
pt44.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
pt45.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
pt45.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
pt46.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
pt46.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
pt46.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
pt47.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
pt48.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt51.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
pt51.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
pt52.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
pt52.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
pt52.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
pt53.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
pt54.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
pt55.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
pt55.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
pt56.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
pt56.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
pt57.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
pt58.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.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
pt63.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
pt63.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
pt64.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
pt64.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt66.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
pt66.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
pt66.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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
pt72.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
pt72.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
pt72.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
pt72.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
pt73.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
pt73.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
pt73.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt77.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
pt78.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
pt79.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
pt80.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
pt81.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
pt81.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
pt82.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
pt82.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
pt83.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
pt84.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
pt84.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
pt85.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
pt85.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
pt86.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
pt86.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
pt87.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
pt87.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
pt88.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
pt88.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
pt89.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
pt89.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
pt89.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
pt89.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
pt89.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
pt89.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| 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
pt90.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
pt91.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
pt91.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.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 | 246 | 4 | 0 | 56 | ||